update pipelines

This commit is contained in:
2024-08-29 11:49:09 +10:00
parent 11acbe5bda
commit 14736d029f

View File

@@ -42,7 +42,7 @@ jobs:
-P homelab \ -P homelab \
--settings=${{ github.workspace }}/.mvn/settings.xml --settings=${{ github.workspace }}/.mvn/settings.xml
- name: Finish release - 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: env:
GITHUB_ACTOR: 3dwardch3ng GITHUB_ACTOR: 3dwardch3ng
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}