Skip to content

Commit

Permalink
fixed issue with ghr due to it not knowing of which registry to use: a…
Browse files Browse the repository at this point in the history
  • Loading branch information
synle committed Jul 13, 2020
1 parent c70d9cb commit 03a8021
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ jobs:
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
scope: "synle"
- run: npm ci
- run: npm run build
- run: echo "registry=https://npm.pkg.github.com/synle" >> .npmrc
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
Expand Down

0 comments on commit 03a8021

Please sign in to comment.