Skip to content

Commit

Permalink
chore: fix npm release (#9768)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Apr 28, 2021
1 parent d9de349 commit 9a85b7e
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 9a85b7e

Please sign in to comment.