Skip to content

Commit

Permalink
fix: remove git checks from release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkoeck committed Nov 3, 2024
1 parent cd413a4 commit 7fde81d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
pnpm publish --access public
pnpm publish --access public --no-git-checks

0 comments on commit 7fde81d

Please sign in to comment.