We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525dfc6 commit ef54f2cCopy full SHA for ef54f2c
.github/workflows/release.yml
@@ -125,6 +125,8 @@ jobs:
125
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
126
working-directory: ./npm/wizer
127
run: npm install && npm version "${{ steps.tagname.outputs.val }}" --allow-same-version
128
+ - name: Setup npm auth
129
+ run: npm config --global set '//registry.npmjs.org/:_authToken'='$NODE_AUTH_TOKEN'
130
- name: Publish npm packages
131
132
working-directory: ./npm
0 commit comments