Skip to content

Commit

Permalink
Automatic release test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ignacio Bona committed Nov 3, 2020
1 parent d973e70 commit 8286003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run: sudo apt-get install libusb-1.0-0-dev -y
- run: sudo apt-get install gcc-4.8 g++-4.8 -y
- run: yarn install --frozen-lockfile
- 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'
- run: 'echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc'
env:
NODE_AUTH_TOKEN: ${{secrets.npm_token}}
NPM_TOKEN: ${{secrets.NPM_TOKEN}}
Expand Down

0 comments on commit 8286003

Please sign in to comment.