Skip to content

Commit 0cf08ae

Browse files
committed
fix: prep next release
1 parent 3f2bbcf commit 0cf08ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-release-on-main-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: tvdias/github-tagger@v0.0.1
5555
with:
5656
repo-token: ${{ secrets.GITHUB_TOKEN }}
57-
tag: ${{ steps.version-extractor.outputs.version }}
57+
tag: ${{ steps.get-version-from-pom.outputs.version }}
5858

5959
- id: create-release-notes
6060
uses: softprops/action-gh-release@v2

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>net.osslabz</groupId>
66
<artifactId>log-gazer</artifactId>
7-
<version>1.1.4</version>
7+
<version>1.1.5</version>
88

99
<properties>
1010
<osslabz.encoding>UTF-8</osslabz.encoding>

0 commit comments

Comments
 (0)