Skip to content

Commit

Permalink
github's recommended way of setting up the auth token didnt seem to work
Browse files Browse the repository at this point in the history
- so try this way
  • Loading branch information
ericblade committed May 1, 2020
1 parent 557ea35 commit b32f250
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@ jobs:
CI: true
- name: rollingversions check
run: |
echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
npx rollingversions publish -d -g ${{ secrets.GITHUB_TOKEN }}
npx rollingversions publish -g ${{ secrets.GITHUB_TOKEN }}

0 comments on commit b32f250

Please sign in to comment.