Update maven checksum param

This commit is contained in:
2024-08-28 23:23:07 +10:00
parent 19034d2dac
commit bf50c6764f
2 changed files with 0 additions and 2 deletions

View File

@@ -32,7 +32,6 @@ jobs:
RELEASE_DEPLOYMENT_REPOSITORY_URL: ${{ secrets.RELEASE_DEPLOYMENT_REPOSITORY_URL }}
run: |
mvn -X -B deploy \
-DcreateChecksum=true \
-P publish \
--settings=${{ github.workspace }}/.mvn/settings.xml
- uses: actions/upload-artifact@v3.1.3