From c84ef7aebccee018db697c0eba46f9b096b3b311 Mon Sep 17 00:00:00 2001 From: 3dwardch3ng Date: Fri, 30 Aug 2024 03:11:21 +0000 Subject: [PATCH 1/2] Update for next development version [skip ci] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d16c7cf..92f07ed 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ ec-config-server - 1.0.0 + 1.0.1-SNAPSHOT From ce8438bee941c697f4827b56ac733f41be8d7b70 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Fri, 30 Aug 2024 13:13:12 +1000 Subject: [PATCH 2/2] test release pipeline --- .github/workflows/build-and-publish-release.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish-release.yml b/.github/workflows/build-and-publish-release.yml index 257b401..e27ead5 100644 --- a/.github/workflows/build-and-publish-release.yml +++ b/.github/workflows/build-and-publish-release.yml @@ -69,7 +69,7 @@ jobs: git config --global core.autocrlf input - name: Start release run: | - mvn -X gitflow:release-start -B -DpushRemote=true -DallowSnapshots=true \ + mvn gitflow:release-start -B -DpushRemote=true -DallowSnapshots=true \ -P homelab - name: Maven Publish run: | @@ -79,9 +79,11 @@ jobs: GITHUB_ACTOR: 3dwardch3ng GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} run: | - mvn -X gitflow:release-finish -B -DpushRemote=true -DallowSnapshots=true -P homelab + mvn gitflow:release-finish -B -DpushRemote=true -DallowSnapshots=true -P homelab build-docker: runs-on: ubuntu-latest + needs: + - build-java strategy: fail-fast: false matrix: