Skip to content

Commit

Permalink
Update release-npm.yml (#9772)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Apr 28, 2021
1 parent ee72476 commit 7b94b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-npm.yml
Expand Up @@ -75,6 +75,6 @@ jobs:
- name: Publish ${{ env.NPM_VERSION }}
run: |
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> ~/.npmrc
npm publish --tag ${NPM_TAG:-latest}
npm publish --tag ${{ env.NPM_TAG }}
env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 7b94b54

Please sign in to comment.