Skip to content

Commit

Permalink
fix(release): fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Luluno01 committed Oct 22, 2024
1 parent 323d9a6 commit 59f83be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
with:
node-version: 22
- uses: pnpm/action-setup@v4
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
run_install: true
- run: pnpm build
Expand All @@ -31,6 +33,8 @@ jobs:
node-version: 22
registry-url: https://npm.pkg.github.com/
- uses: pnpm/action-setup@v4
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
run_install: true
- run: pnpm publish --no-git-checks
Expand Down

0 comments on commit 59f83be

Please sign in to comment.