Skip to content

Commit 33db905

Browse files
authored
ci: Update release tag to use current version output
1 parent 0ab297c commit 33db905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uses: "marvinpinto/action-automatic-releases@latest"
5454
with:
5555
repo_token: "${{ secrets.GITHUB_TOKEN }}"
56-
automatic_release_tag: "latest"
56+
automatic_release_tag: ${{ steps.package-version.outputs.current-version }}
5757
prerelease: false
5858
title: ${{ steps.package-version.outputs.current-version }}
5959
files: |

0 commit comments

Comments
 (0)