Skip to content

Commit

Permalink
fix: Release Drafter - Git Tag Conflict Issue (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
h-beeen authored Nov 22, 2024
1 parent 1eedff2 commit a837439
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit a837439

Please sign in to comment.