Skip to content

Commit 3de4d65

Browse files
committed
Updated release.yml - fixed copy pasta
1 parent ef753b4 commit 3de4d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
gh release create r${RELEASE_VERSION} \
129129
${PRERELEASE} \
130130
--target ${{ env.RELEASE_BRANCH }} \
131-
--title "Java Driver ${{ env.RELEASE_VERSION }} ($(date '+%B %d, %Y'))" \
131+
--title "MongoDB Extension for Hibernate ORM ${{ env.RELEASE_VERSION }} ($(date '+%B %d, %Y'))" \
132132
--generate-notes \
133133
--draft\
134134
)" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)