update profile name

This commit is contained in:
2024-08-29 07:13:29 +10:00
parent ae5aed963a
commit f3d1e5cf89
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ jobs:
RELEASE_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.RELEASE_DEPLOYMENT_REPOSITORY_URL }}
run: |
mvn -X -B deploy \
-P homelab \
-P publish \
--settings=${{ github.workspace }}/.mvn/settings.xml
- name: Finish release
run: mvn gitflow:release-finish -B -DpushRemote=true -DallowSnapshots=true