From 0debc586ce69503473df5b16a44a108adf68d497 Mon Sep 17 00:00:00 2001 From: Thumus Date: Fri, 22 Nov 2024 14:50:01 +0100 Subject: [PATCH] fix(github act): trying to change release version (last test I don't want to spam) --- .github/workflows/compile.yml | 4 +--- pom.xml | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 408c8f2..1d00671 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -30,9 +30,7 @@ jobs: - name: Compile with maven run: | EW_VERSION=${{ steps.semver.outputs.next }} - mvn --batch-mode --update-snapshots package - - + mvn --batch-mode --update-snapshots package -Deasywarp.version=${{ steps.semver.outputs.next }} - name: Create artifact directory shell: bash diff --git a/pom.xml b/pom.xml index 0b4e9c3..ba59013 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ eu.thumus easywarp - ${env.EW_VERSION} + ${easywarp.version} jar EasyWarp