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 921613c commit ec98278
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-release-on-main-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
packages: write

strategy:
max-parallel: 1 # otherwise the release upload will fail
matrix:
os: [ ubuntu-latest, windows-latest, macos-13, macos-14 ]

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.3</version>
<version>1.1.4</version>

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

0 comments on commit ec98278

Please sign in to comment.