Skip to content

Commit

Permalink
pnpm publish --no-git-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
elf-pavlik committed Nov 21, 2023
1 parent 35d2c08 commit 29ce71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Create release
working-directory: ./packages/${{ matrix.package }}
run: pnpm publish --access public
run: pnpm publish --access public --no-git-checks

env:
NODE_AUTH_TOKEN: ${{ secrets.DEPLOYMENT_AUTH_TOKEN_NPM }}

0 comments on commit 29ce71a

Please sign in to comment.