Skip to content

Commit

Permalink
.github/workflows/release: remove 'refs/tags' prefix in "Create relas…
Browse files Browse the repository at this point in the history
…e" step (#760)

Signed-off-by: Jiaxiao (mossaka) Zhou <[email protected]>
  • Loading branch information
Mossaka authored Dec 4, 2024
1 parent a9b1afd commit 1c75a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
NOTES_ARG="--notes-file RELEASE_NOTES.md"
fi
gh release create "refs/tags/${{matrix.crate}}/v${{matrix.version}}" \
gh release create ${{matrix.crate}}/v${{matrix.version}} \
--title "${{matrix.crate}}/v${{matrix.version}}" \
$NOTES_ARG \
--verify-tag \
Expand Down

0 comments on commit 1c75a61

Please sign in to comment.