Skip to content

Commit

Permalink
Bugfix publish workflow
Browse files Browse the repository at this point in the history
This is a known issue:

actions/setup-node#73
  • Loading branch information
jessety committed Mar 8, 2021
1 parent 8bea74a commit 395af5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ jobs:
CI: true
- name: Build
run: npm run build --if-present
- name: Point .npmrc to the GPR
run: echo "registry=https://npm.pkg.github.com/@jessety" >> .npmrc
- name: Publish
run: npm publish
env:
Expand Down

0 comments on commit 395af5a

Please sign in to comment.