update settings

This commit is contained in:
2024-08-29 07:09:19 +10:00
parent b2c53f23c1
commit ae5aed963a
3 changed files with 5 additions and 38 deletions

View File

@@ -37,7 +37,6 @@ jobs:
run: |
mvn -X -B deploy \
-P homelab \
-Dmaven.artifact.threads=1 \
--settings=${{ github.workspace }}/.mvn/settings.xml
- name: Finish release
run: mvn gitflow:release-finish -B -DpushRemote=true -DallowSnapshots=true

View File

@@ -33,7 +33,6 @@ jobs:
run: |
mvn -X -B deploy \
-P homelab \
-Dmaven.artifact.threads=1 \
--settings=${{ github.workspace }}/.mvn/settings.xml
- uses: actions/upload-artifact@v3.1.3
if: always()