Skip to content
Snippets Groups Projects
Unverified Commit 7b94b546 authored by Michael Kriese's avatar Michael Kriese Committed by GitHub
Browse files

Update release-npm.yml (#9772)

parent ee724768
Branches
No related tags found
No related merge requests found
...@@ -75,6 +75,6 @@ jobs: ...@@ -75,6 +75,6 @@ jobs:
- name: Publish ${{ env.NPM_VERSION }} - name: Publish ${{ env.NPM_VERSION }}
run: | run: |
echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> ~/.npmrc echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' >> ~/.npmrc
npm publish --tag ${NPM_TAG:-latest} npm publish --tag ${{ env.NPM_TAG }}
env: env:
NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment