test release pipeline

This commit is contained in:
2024-08-30 13:13:12 +10:00
parent 360ebbab0d
commit ce8438bee9

View File

@@ -69,7 +69,7 @@ jobs:
git config --global core.autocrlf input git config --global core.autocrlf input
- name: Start release - name: Start release
run: | run: |
mvn -X gitflow:release-start -B -DpushRemote=true -DallowSnapshots=true \ mvn gitflow:release-start -B -DpushRemote=true -DallowSnapshots=true \
-P homelab -P homelab
- name: Maven Publish - name: Maven Publish
run: | run: |
@@ -79,9 +79,11 @@ jobs:
GITHUB_ACTOR: 3dwardch3ng GITHUB_ACTOR: 3dwardch3ng
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
run: | run: |
mvn -X gitflow:release-finish -B -DpushRemote=true -DallowSnapshots=true -P homelab mvn gitflow:release-finish -B -DpushRemote=true -DallowSnapshots=true -P homelab
build-docker: build-docker:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs:
- build-java
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix: