Skip to content

Commit

Permalink
NPM token
Browse files Browse the repository at this point in the history
  • Loading branch information
paschalidi committed Jan 16, 2020
1 parent c806321 commit f752561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/npmpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- run: yarn
- run: echo ${REF#refs/tags/}
- run: yarn build:package
# - run: echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > ~/repo/.npmrc
- run: echo '//registry.npmjs.org/:_authToken=$NPM_TOKEN' > ~/repo/.npmrc
- run: npm publish --access public --new-version ${REF#"refs/tags/"} --no-git-tag-version
env:
NODE_AUTH_TOKEN: ${NPM_TOKEN}

0 comments on commit f752561

Please sign in to comment.