Skip to content

Commit

Permalink
Fix secret
Browse files Browse the repository at this point in the history
  • Loading branch information
NV4RE committed Nov 27, 2019
1 parent e031ed3 commit 0aaf92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/onTags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: npm install
run: |
npm set registry "https://npmjs.com"
npm set //npmjs.com/:_authToken="${{NPM_TOKEN}}"
npm set //npmjs.com/:_authToken="${{secrets.NPM_TOKEN}}"
npm install
npm version ${{ steps.get_version.outputs.VERSION }}
npm publish

0 comments on commit 0aaf92a

Please sign in to comment.