Merge pull request #9 from 3dwardch3ng/develop

release
This commit is contained in:
2024-08-30 13:14:26 +10:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

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

View File

@@ -11,7 +11,7 @@
</parent>
<artifactId>ec-config-server</artifactId>
<version>1.0.0</version>
<version>1.0.1-SNAPSHOT</version>
<licenses>
<license>