update maven settings

This commit is contained in:
2024-08-29 11:57:25 +10:00
parent 14736d029f
commit 5ee78d6f0c
2 changed files with 7 additions and 1 deletions

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 -DproductionBranch=main
run: mvn gitflow:release-finish -B -DpushRemote=true -DallowSnapshots=true
env:
GITHUB_ACTOR: 3dwardch3ng
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}