From a8374398f78f6435398d77fa443db935c201f852 Mon Sep 17 00:00:00 2001 From: Haebin Date: Fri, 22 Nov 2024 14:52:01 +0900 Subject: [PATCH] fix: Release Drafter - Git Tag Conflict Issue (#32) --- .github/workflows/publish.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 001bc5a..b27c99b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,5 +68,7 @@ jobs: uses: release-drafter/release-drafter@v5 with: config-name: release-drafter-config.yml + version: ${{ steps.get_version.outputs.VERSION }} + tag: v${{ steps.get_version.outputs.VERSION }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file