We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc6934 commit b8ea474Copy full SHA for b8ea474
1 file changed
.github/workflows/publish.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: marvinpinto/action-automatic-releases@latest
28
with:
29
repo_token: "${{ secrets.GITHUB_TOKEN }}"
30
- automatic_release_tag: "latest"
+ automatic_release_tag: "${{ env.NODE_VERSION }}"
31
prerelease: false
32
title: "Node.js ${{ env.NODE_VERSION }} Build"
33
files: |
0 commit comments