From ec9827820e23de149d969adae752ab053af5b97d Mon Sep 17 00:00:00 2001 From: Raphael Vullriede Date: Tue, 3 Dec 2024 07:27:00 +0100 Subject: [PATCH] fix: prep next release --- .github/workflows/build-release-on-main-push.yml | 1 + pom.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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