From 8c7118f0b26b7c3dc729130006b83be52fbbc51d Mon Sep 17 00:00:00 2001 From: Takumi Sueda Date: Mon, 11 Jul 2022 19:39:35 +0900 Subject: [PATCH] Append a suffix by the tag Conflicting tag name is now invalid --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index caf8fcb..6aef650 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,7 +31,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - tag_name: ${{ steps.release_name.outputs.name }} + tag_name: ${{ steps.release_name.outputs.name }}-tag release_name: ${{ steps.release_name.outputs.name }} body_path: CHANGES.md draft: false