Merge pull request #11 from 3dwardch3ng/develop

update pipelines
This commit is contained in:
2024-08-29 11:50:28 +10:00
committed by GitHub

View File

@@ -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 }}