Skip to content

Commit

Permalink
dx: Bypassing git check when publishing from tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwoplaza committed Dec 18, 2024
1 parent c666ac4 commit 3271762
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 @@ -30,7 +30,7 @@ jobs:
- name: Install dependencies
run: pnpm install --recursive --frozen-lockfile

- run: pnpm publish-package -- --provenance --access public
- run: pnpm publish-package -- --provenance --access public --no-git-checks
working-directory: ./packages/typed-binary
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 3271762

Please sign in to comment.