Append a suffix by the tag

Conflicting tag name is now invalid
This commit is contained in:
Takumi Sueda 2022-07-11 19:39:35 +09:00
parent 7a34055ef3
commit 8c7118f0b2
1 changed files with 1 additions and 1 deletions

View File

@ -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