[CI] Fix 'gh release create' to point to tag [skip ci]
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -223,7 +223,7 @@ jobs:
|
||||
--jq '{issues:map(select((.labels | length == 0) or (any(.labels[].name; startswith("automation/rlnotes")|not))) + {repo:"spring-projects/spring-pulsar"})}' \
|
||||
> $RELEASE_NOTES_ISSUES
|
||||
mustache $RELEASE_NOTES_ISSUES .github/rlnotes.mustache > $RELEASE_NOTES_FILE
|
||||
gh release create $VERSION \
|
||||
gh release create v$VERSION \
|
||||
--draft \
|
||||
--title "Spring Pulsar $VERSION" \
|
||||
--generate-notes \
|
||||
|
||||
Reference in New Issue
Block a user