From 14736d029f7a2a5fb039e38691578393880607c3 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Thu, 29 Aug 2024 11:49:09 +1000 Subject: [PATCH] update pipelines --- .github/workflows/build-and-publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish-release.yml b/.github/workflows/build-and-publish-release.yml index b713813..928d180 100644 --- a/.github/workflows/build-and-publish-release.yml +++ b/.github/workflows/build-and-publish-release.yml @@ -42,7 +42,7 @@ jobs: -P homelab \ --settings=${{ github.workspace }}/.mvn/settings.xml - name: Finish release - run: mvn gitflow:release-finish -B -DpushRemote=true -DallowSnapshots=true + run: mvn gitflow:release-finish -B -DpushRemote=true -DallowSnapshots=true -DproductionBranch=main env: GITHUB_ACTOR: 3dwardch3ng GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} \ No newline at end of file