Skip to content

Commit

Permalink
ci: fix publish flow
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Aug 21, 2024
1 parent 63338c6 commit 28f6056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
registry-url: 'https://registry.npmjs.org'
- run: corepack enable
- run: pnpm install --frozen-lockfile
- run: pnpm run build && pnpm publish -r
- run: pnpm run build && pnpm publish -r --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 28f6056

Please sign in to comment.