Skip to content

Commit 4be4774

Browse files
committed
Add v prefix to release name
1 parent 731dd4d commit 4be4774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/v2-shared-java-publish-versioned-package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ jobs:
137137
if: ${{ env.IS_RELEASE == 'true' }}
138138
uses: softprops/action-gh-release@v1
139139
with:
140-
name: ${{ steps.version.outputs.new_version }}
140+
name: v${{ steps.version.outputs.new_version }}
141141
body: ${{ steps.github_release.outputs.changelog }}
142142
draft: true

0 commit comments

Comments
 (0)