Skip to content

Commit

Permalink
ci: fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
j4k0xb committed Jan 2, 2024
1 parent 06c587d commit ed75f2b
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 @@ -27,6 +27,6 @@ jobs:
cp README.md packages/webcrack
- name: Publish
run: pnpm publish --filter webcrack
run: pnpm publish --filter webcrack --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ed75f2b

Please sign in to comment.