Skip to content

Commit ec98278

Browse files
committed
fix: prep next release
1 parent 921613c commit ec98278

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
packages: write
1515

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

pom.xml

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

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

0 commit comments

Comments
 (0)