Skip to content

Commit

Permalink
chore: fix missing tag
Browse files Browse the repository at this point in the history
The tag will either be generated by conventional change log or by create release action.
  • Loading branch information
akloeckner authored Dec 23, 2024
1 parent 163d291 commit 79510a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
with:
tag_name: ${{ steps.changelog.outputs.tag }}
tag_name: v${{ steps.changelog.outputs.version }}
release_name: ${{ steps.changelog.outputs.tag }}
body: ${{ steps.changelog.outputs.clean_changelog }}
prerelease: ${{ inputs.pre_release == true }}

0 comments on commit 79510a9

Please sign in to comment.