Skip to content

Commit 89c33a3

Browse files
authored
Update publish-node.js.yml
1 parent 0d258d9 commit 89c33a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-node.js.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
uses: JS-DevTools/npm-publish@v1
2424
with:
2525
token: ${{ secrets.NPM_TOKEN }}
26-
tag: ${{ steps.vars.outputs.tag }}
26+
tag: ${{ env.RELEASE_VERSION }}

0 commit comments

Comments
 (0)