We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f2bbcf commit 0cf08aeCopy full SHA for 0cf08ae
.github/workflows/build-release-on-main-push.yml
@@ -54,7 +54,7 @@ jobs:
54
uses: tvdias/github-tagger@v0.0.1
55
with:
56
repo-token: ${{ secrets.GITHUB_TOKEN }}
57
- tag: ${{ steps.version-extractor.outputs.version }}
+ tag: ${{ steps.get-version-from-pom.outputs.version }}
58
59
- id: create-release-notes
60
uses: softprops/action-gh-release@v2
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>net.osslabz</groupId>
6
<artifactId>log-gazer</artifactId>
7
- <version>1.1.4</version>
+ <version>1.1.5</version>
8
9
<properties>
10
<osslabz.encoding>UTF-8</osslabz.encoding>
0 commit comments