update maven settings
This commit is contained in:
10
.github/workflows/build-and-publish-release.yml
vendored
10
.github/workflows/build-and-publish-release.yml
vendored
@@ -27,7 +27,10 @@ jobs:
|
|||||||
git config --global user.name "3dwardch3ng"
|
git config --global user.name "3dwardch3ng"
|
||||||
git config --global core.autocrlf input
|
git config --global core.autocrlf input
|
||||||
- name: Start release
|
- name: Start release
|
||||||
run: mvn gitflow:release-start -B -DpushRemote=true -DallowSnapshots=true
|
run: |
|
||||||
|
mvn gitflow:release-start -B -DpushRemote=true -DallowSnapshots=true \
|
||||||
|
-P homelab \
|
||||||
|
--settings=${{ github.workspace }}/.mvn/settings.xml
|
||||||
- name: Maven Publish
|
- name: Maven Publish
|
||||||
env:
|
env:
|
||||||
GITHUB_ACTOR: '3dwardch3ng'
|
GITHUB_ACTOR: '3dwardch3ng'
|
||||||
@@ -42,7 +45,10 @@ jobs:
|
|||||||
-P homelab \
|
-P homelab \
|
||||||
--settings=${{ github.workspace }}/.mvn/settings.xml
|
--settings=${{ github.workspace }}/.mvn/settings.xml
|
||||||
- name: Finish release
|
- name: Finish release
|
||||||
run: mvn gitflow:release-finish -B -DpushRemote=true -DallowSnapshots=true
|
run: |
|
||||||
|
mvn gitflow:release-finish -B -DpushRemote=true -DallowSnapshots=true \
|
||||||
|
-P homelab \
|
||||||
|
--settings=${{ github.workspace }}/.mvn/settings.xml
|
||||||
env:
|
env:
|
||||||
GITHUB_ACTOR: 3dwardch3ng
|
GITHUB_ACTOR: 3dwardch3ng
|
||||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
Reference in New Issue
Block a user