Skip to content

Commit

Permalink
fix: prep next release
Browse files Browse the repository at this point in the history
  • Loading branch information
rvullriede committed Dec 3, 2024
1 parent 3f2bbcf commit 0cf08ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-on-main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: tvdias/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
tag: ${{ steps.version-extractor.outputs.version }}
tag: ${{ steps.get-version-from-pom.outputs.version }}

- id: create-release-notes
uses: softprops/action-gh-release@v2
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>net.osslabz</groupId>
<artifactId>log-gazer</artifactId>
<version>1.1.4</version>
<version>1.1.5</version>

<properties>
<osslabz.encoding>UTF-8</osslabz.encoding>
Expand Down

0 comments on commit 0cf08ae

Please sign in to comment.