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 206cd08 commit 942b554Copy full SHA for 942b554
.github/workflows/master.yml
@@ -88,6 +88,7 @@ jobs:
88
with:
89
tag_name: v${{ steps.version.outputs.release }}
90
release_name: v${{ steps.version.outputs.release }}
91
+ commitish: v${{ steps.version.outputs.release }} #Use the current tag here
92
body: |
93
## Installation
94
Add the following lines to your pom:
0 commit comments