From 4c94b3ab8245db632e4287cda6089b4e28341fde Mon Sep 17 00:00:00 2001 From: Kazuki Ota Date: Thu, 21 Dec 2023 17:27:40 +0900 Subject: [PATCH] Update build-and-publish.yml (#466) --- .github/workflows/build-and-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index f7c80edb..7c922ea2 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -80,7 +80,7 @@ jobs: - uses: "marvinpinto/action-automatic-releases@latest" with: repo_token: "${{ secrets.GITHUB_TOKEN }}" - automatic_release_tag: "latest" + automatic_release_tag: "v${{ needs.build.outputs.version }}" prerelease: ${{ contains(needs.build.outputs.version, '-pre') }} title: "Release v${{ needs.build.outputs.version }}" files: |