Skip to content

Commit

Permalink
fix: add workaround for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Dec 3, 2023
1 parent 9fafa69 commit 9646669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
pnpm publish
pnpm publish --no-git-checks --access public

0 comments on commit 9646669

Please sign in to comment.