Skip to content

Commit

Permalink
build(release): update release event
Browse files Browse the repository at this point in the history
  • Loading branch information
uittorio committed Apr 11, 2020
1 parent f3d8a60 commit 45575e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
echo "//registry.npmjs.org/:_authToken=$NODE_AUTH_TOKEN" > /home/runner/work/_temp/.npmrc
echo "_auth=$NODE_AUTH_TOKEN" >> /home/runner/work/_temp/.npmrc
echo "email=<typescripttdd@gmail.com>" >> /home/runner/work/_temp/.npmrc
echo "email=<vittorio.gue@gmail.com>" >> /home/runner/work/_temp/.npmrc
echo "always-auth=true" >> /home/runner/work/_temp/.npmrc
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 45575e9

Please sign in to comment.