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