Skip to content

Commit

Permalink
ci: fix git tag reference automated GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed May 22, 2024
1 parent b0eb573 commit 249450f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
if: ${{ steps.tag-check.outputs.new-tag != '' }}
with:
config: cliff.toml
args: --verbose --unreleased --strip header --tag ${{ steps.pubspec-version-number.outputs.pubspec-version }}
args: --verbose --unreleased --strip header --tag ${{ steps.tag-check.outputs.new-tag }}
env:
OUTPUT: CHANGES.md
GITHUB_REPO: ${{ github.repository }}
Expand Down

0 comments on commit 249450f

Please sign in to comment.