From b5e90c7c06ca831a380fd3d8fafb1dde21ddfad8 Mon Sep 17 00:00:00 2001 From: Masanori HIRANO Date: Wed, 28 Jun 2023 22:53:55 +0900 Subject: [PATCH] bug fix --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ee3ed81..8af811d1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -136,7 +136,7 @@ jobs: git config --global user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "github-actions[bot]" git commit -m "Release vanilla-${{ steps.get_version.outputs.TAG }}" - git tag -a "vanilla-${{ steps.get_version.outputs.TAG }}" -m " " + git tag -a "${{ steps.get_version.outputs.TAG }}" -m " " git push git push origin ${{ steps.get_version.outputs.TAG }}