Skip to content

Commit b8ea474

Browse files
committed
Update automatic release tag to use extracted Node.js version
1 parent 3dc6934 commit b8ea474

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: marvinpinto/action-automatic-releases@latest
2828
with:
2929
repo_token: "${{ secrets.GITHUB_TOKEN }}"
30-
automatic_release_tag: "latest"
30+
automatic_release_tag: "${{ env.NODE_VERSION }}"
3131
prerelease: false
3232
title: "Node.js ${{ env.NODE_VERSION }} Build"
3333
files: |

0 commit comments

Comments
 (0)