We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d258d9 commit 89c33a3Copy full SHA for 89c33a3
.github/workflows/publish-node.js.yml
@@ -23,4 +23,4 @@ jobs:
23
uses: JS-DevTools/npm-publish@v1
24
with:
25
token: ${{ secrets.NPM_TOKEN }}
26
- tag: ${{ steps.vars.outputs.tag }}
+ tag: ${{ env.RELEASE_VERSION }}
0 commit comments