Skip to content

Commit

Permalink
fix(github): publish using lerna
Browse files Browse the repository at this point in the history
  • Loading branch information
JiLiZART committed Nov 28, 2021
1 parent 4e69bfd commit 2eb9d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
node-version: 14
registry-url: https://registry.npmjs.org/
- run: npm ci
- run: npm publish
- run: npm run publish-ci
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}

Expand All @@ -45,6 +45,6 @@ jobs:
node-version: 14
registry-url: https://npm.pkg.github.com/
- run: npm ci
- run: npm publish
- run: npm run publish-ci
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 2eb9d28

Please sign in to comment.