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

Commit

Permalink
Fixed publish to install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
martonilles authored May 12, 2021
1 parent 7ef2db5 commit b9b1ea4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ 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 install
- run: pnpm publish --no-git-checks
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

0 comments on commit b9b1ea4

Please sign in to comment.