From f73dc5543201db9285ef5d721b6d537998c250e7 Mon Sep 17 00:00:00 2001 From: Chris Bono Date: Sat, 28 Oct 2023 14:29:30 -0500 Subject: [PATCH] [CI] Fix 'gh release create' to point to tag [skip ci] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9d2af730..ef285980 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \