diff --git a/.github/workflows/build-release-on-main-push.yml b/.github/workflows/build-release-on-main-push.yml
index eb935bb..c754d79 100644
--- a/.github/workflows/build-release-on-main-push.yml
+++ b/.github/workflows/build-release-on-main-push.yml
@@ -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 ]
diff --git a/pom.xml b/pom.xml
index dfab004..52d14f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
net.osslabz
log-gazer
- 1.1.3
+ 1.1.4
UTF-8