Skip to content

Commit

Permalink
add github release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bjfresh committed Oct 4, 2023
1 parent 38d1dd8 commit 9b3ad16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/on-create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: actions/checkout@v4

- name: Set up PNPM
- uses: pnpm/action-setup@v2
with:
version: 8
uses: pnpm/action-setup@v2
with:
version: 8

- name: Set up Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 9b3ad16

Please sign in to comment.