We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4d79f commit 718134dCopy full SHA for 718134d
.github/workflows/release.yaml
@@ -157,8 +157,7 @@ jobs:
157
- uses: actions/checkout@v4
158
- run: eval $(curl -sSf sh.davidalsh.com/nodejs.sh | sh)
159
- env:
160
- GH_TAG: ${{needs.vars.outputs.GH_TAG}}
161
- NPM_VER: ${{needs.vars.outputs.NPM_VER}}
+ NPM_VER: ${{needs.publish-github-release.outputs.VERSION}}
162
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
163
run: |
164
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> $HOME/.npmrc
0 commit comments