Skip to content

Commit

Permalink
Update npm-gh-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jfurfaro authored Oct 29, 2020
1 parent 855e3f7 commit f483eb4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/npm-gh-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,14 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14
registry-url: https://npm.pkg.github.com
registry-url: https://registry.npmjs.org
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.JOE_TEMP_NPM_TOKEN}}
- uses: actions/setup-node@v1
with:
node-version: 14
registry-url: https://registry.npmjs.org
registry-url: https://npm.pkg.github.com
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.JOE_TEMP_NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit f483eb4

Please sign in to comment.