diff --git a/.github/workflows/build-and-publish-release.yml b/.github/workflows/build-and-publish-release.yml index 56b24de..57308f4 100644 --- a/.github/workflows/build-and-publish-release.yml +++ b/.github/workflows/build-and-publish-release.yml @@ -37,7 +37,7 @@ jobs: SNAPSHOT_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.SNAPSHOT_DEPLOYMENT_REPOSITORY_URL }} RELEASE_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.RELEASE_DEPLOYMENT_REPOSITORY_URL }} run: | - mvn gitflow:release-start -B -DpushRemote=true -DallowSnapshots=true \ + mvn -X gitflow:release-start -B -DpushRemote=true -DallowSnapshots=true \ -P homelab \ --settings=${{ github.workspace }}/.mvn/settings.xml - name: Maven Publish @@ -59,10 +59,11 @@ jobs: SNAPSHOT_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.SNAPSHOT_DEPLOYMENT_REPOSITORY_URL }} RELEASE_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.RELEASE_DEPLOYMENT_REPOSITORY_URL }} run: | - mvn gitflow:release-finish -B -DpushRemote=true -DallowSnapshots=true \ + mvn -X gitflow:release-finish -B -DpushRemote=true -DallowSnapshots=true \ -P homelab \ --settings=${{ github.workspace }}/.mvn/settings.xml build-docker: + if: false runs-on: ubuntu-latest strategy: fail-fast: false @@ -127,6 +128,7 @@ jobs: if-no-files-found: error retention-days: 1 merge-docker: + if: false runs-on: ubuntu-latest needs: - build-docker diff --git a/pom.xml b/pom.xml index 94ad21d..50527e4 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ sydney.cheng ec-super-pom - 1.0.1 + 1.0.2 ec-config-server