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 342f86e commit 7a93059
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/npm-gh-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: 14
registry-url: https://registry.npmjs.org
registry-url: https://npm.pkg.github.com
- run: npm ci
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.JOE_TEMP_NPM_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
- uses: actions/setup-node@v1
with:
registry-url: https://npm.pkg.github.com
node-version: 14
registry-url: https://registry.npmjs.org
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
NODE_AUTH_TOKEN: ${{secrets.JOE_TEMP_NPM_TOKEN}}


0 comments on commit 7a93059

Please sign in to comment.