Skip to content

Commit

Permalink
Don't check git branch when publishing (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
gamebox authored Jan 3, 2024
1 parent 4f1589f commit 0ed5a55
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 @@ -33,6 +33,6 @@ jobs:
run: pnpm build

- name: Publish to npm
run: pnpm publish
run: pnpm publish --no-git-checks
env:
NPM_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}

0 comments on commit 0ed5a55

Please sign in to comment.