Skip to content

Commit

Permalink
Update pnpm.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pe5h4 authored Feb 4, 2025
1 parent 5ebd9d7 commit c845159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pnpm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
- name: Publish to npm
if: startsWith(github.ref, 'refs/tags/') # Runs only when a tag is pushed
run: |
pnpm publish --access public
pnpm publish --access public --no-git-checks
env:
NODE_AUTH_TOKEN: ${{ secrets.NPMJS_PUBLISH_TOKEN }}

0 comments on commit c845159

Please sign in to comment.