Skip to content

Commit

Permalink
using NODE_AUTH_TOKEN env
Browse files Browse the repository at this point in the history
  • Loading branch information
mflorin authored Dec 30, 2020
1 parent a5d4ebb commit 375ba76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
# Publish it
- name: Publishing the package
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm publish

0 comments on commit 375ba76

Please sign in to comment.