Update maven checksum param
This commit is contained in:
@@ -36,7 +36,6 @@ jobs:
|
|||||||
RELEASE_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.RELEASE_DEPLOYMENT_REPOSITORY_URL }}
|
RELEASE_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.RELEASE_DEPLOYMENT_REPOSITORY_URL }}
|
||||||
run: |
|
run: |
|
||||||
mvn -X -B deploy \
|
mvn -X -B deploy \
|
||||||
-DcreateChecksum=true \
|
|
||||||
-P publish \
|
-P publish \
|
||||||
--settings=${{ github.workspace }}/.mvn/settings.xml
|
--settings=${{ github.workspace }}/.mvn/settings.xml
|
||||||
- name: Finish release
|
- name: Finish release
|
||||||
|
|||||||
@@ -32,7 +32,6 @@ jobs:
|
|||||||
RELEASE_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.RELEASE_DEPLOYMENT_REPOSITORY_URL }}
|
RELEASE_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.RELEASE_DEPLOYMENT_REPOSITORY_URL }}
|
||||||
run: |
|
run: |
|
||||||
mvn -X -B deploy \
|
mvn -X -B deploy \
|
||||||
-DcreateChecksum=true \
|
|
||||||
-P publish \
|
-P publish \
|
||||||
--settings=${{ github.workspace }}/.mvn/settings.xml
|
--settings=${{ github.workspace }}/.mvn/settings.xml
|
||||||
- uses: actions/upload-artifact@v3.1.3
|
- uses: actions/upload-artifact@v3.1.3
|
||||||
|
|||||||
Reference in New Issue
Block a user