Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
pnpm setup v2
  • Loading branch information
jalexanderII authored Jan 26, 2024
1 parent 9cc2186 commit 89ef0d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
node-version: "lts/*"

- uses: pnpm/action-setup@v2.4.0
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 7
Expand Down Expand Up @@ -55,4 +55,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: pnpm dlx semantic-release
run: pnpm dlx semantic-release

0 comments on commit 89ef0d4

Please sign in to comment.