Skip to content

Commit 16ba3f6

Browse files
authored
Deploy with actions (#84)
* Deploy in GitHub Actions with semantic versioning
1 parent c414c28 commit 16ba3f6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release-maven-central.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848
BODY: ${{ github.event.pull_request.body }}
4949
VERSION: "v${{ steps.gitversion.outputs.semVer }}"
5050
with:
51-
tag_name: $VERSION
52-
release_name: $VERSION $TITLE
53-
body: $BODY
51+
tag_name: ${{ env.VERSION }}
52+
release_name: ${{ env.VERSION }} ${{ env.TITLE }}
53+
body: ${{ env.BODY }}
5454
draft: false
5555
prerelease: false
5656

0 commit comments

Comments
 (0)