Skip to content

Commit

Permalink
fix(ci): fix refname used for release
Browse files Browse the repository at this point in the history
  • Loading branch information
t3hmrman committed Oct 2, 2024
1 parent 332f260 commit 003fd94
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 @@ -102,7 +102,7 @@ jobs:
with:
prerelease: ${{ startsWith(github.ref, 'refs/heads/prep-release') }}
draft: ${{ startsWith(github.ref, 'refs/heads/prep-release') }}
tag_name: ${{ github.ref || inputs.version }}
tag_name: ${{ github.ref_name || inputs.version }}
# NOTE: while we have the CHANGELOG file, it always contains *all* changes,
# so we will use the generated GitHub commits for now
generate_release_notes: true
Expand Down

0 comments on commit 003fd94

Please sign in to comment.