update pipelines

This commit is contained in:
2024-08-29 11:19:38 +10:00
parent 9221c4af81
commit da54c22d2a
2 changed files with 4 additions and 14 deletions

View File

@@ -35,16 +35,11 @@ jobs:
SNAPSHOT_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.SNAPSHOT_DEPLOYMENT_REPOSITORY_URL }}
RELEASE_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.RELEASE_DEPLOYMENT_REPOSITORY_URL }}
run: |
mvn -X -B deploy \
mvn -B deploy \
-P homelab \
--settings=${{ github.workspace }}/.mvn/settings.xml
- name: Finish release
run: mvn gitflow:release-finish -B -DpushRemote=true -DallowSnapshots=true
env:
GITHUB_ACTOR: 3dwardch3ng
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
- uses: actions/upload-artifact@v3.1.3
if: always()
with:
name: Java Artifacts
path: ${{ github.workspace }}/**/target/*.*
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}