Skip to content

Commit 718134d

Browse files
committed
semver
1 parent fd4d79f commit 718134d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ jobs:
157157
- uses: actions/checkout@v4
158158
- run: eval $(curl -sSf sh.davidalsh.com/nodejs.sh | sh)
159159
- env:
160-
GH_TAG: ${{needs.vars.outputs.GH_TAG}}
161-
NPM_VER: ${{needs.vars.outputs.NPM_VER}}
160+
NPM_VER: ${{needs.publish-github-release.outputs.VERSION}}
162161
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
163162
run: |
164163
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> $HOME/.npmrc

0 commit comments

Comments
 (0)