Skip to content

Commit

Permalink
Update publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi committed Aug 13, 2022
1 parent 349c653 commit 1fe8934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build library
run: pnpm -r build
- name: Publish package
run: pnpm -r publish --access public
run: pnpm -r publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- name: Create release
Expand Down

0 comments on commit 1fe8934

Please sign in to comment.