We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c414c28 commit 16ba3f6Copy full SHA for 16ba3f6
.github/workflows/release-maven-central.yml
@@ -48,9 +48,9 @@ jobs:
48
BODY: ${{ github.event.pull_request.body }}
49
VERSION: "v${{ steps.gitversion.outputs.semVer }}"
50
with:
51
- tag_name: $VERSION
52
- release_name: $VERSION $TITLE
53
- body: $BODY
+ tag_name: ${{ env.VERSION }}
+ release_name: ${{ env.VERSION }} ${{ env.TITLE }}
+ body: ${{ env.BODY }}
54
draft: false
55
prerelease: false
56
0 commit comments