Skip to content

Commit

Permalink
fix publish command
Browse files Browse the repository at this point in the history
  • Loading branch information
sepbot committed Oct 8, 2024
1 parent 340ec9b commit 8f4536f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/publish/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ runs:
shell: bash
env:
NODE_AUTH_TOKEN: ${{github.event.inputs.node-auth-token}}
- run: pnpm publish --tag latest --access=public
- run: pnpm publish --tag latest --no-git-checks --access=public
shell: bash

0 comments on commit 8f4536f

Please sign in to comment.