Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Fixed pnpm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
martonilles authored May 12, 2021
1 parent 8769569 commit 7ef2db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: curl -f https://get.pnpm.io/v6.js | node - add --global pnpm@6
- run: pnpm publish
- run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit 7ef2db5

Please sign in to comment.