Skip to content

Commit

Permalink
fix failing workflow
Browse files Browse the repository at this point in the history
use npm publish because yarn probably can not pushlish to github registry
  • Loading branch information
dtobe committed Apr 20, 2020
1 parent f41ae1a commit 112a158
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: 12
registry-url: https://registry.npmjs.org/
- run: yarn install --frozen-lockfile
- run: yarn publish
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

Expand All @@ -41,6 +41,6 @@ jobs:
node-version: 12
registry-url: https://npm.pkg.github.com/
- run: yarn install --frozen-lockfile
- run: yarn publish
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit 112a158

Please sign in to comment.