We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9fc846 commit 21fea3dCopy full SHA for 21fea3d
.github/workflows/release-kontrakt.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Publish artifacts
30
shell: bash
31
run: |
32
- mvn deploy -X -e -B --file pom.xml --settings .github/settings.xml -DtrimStackTrace=false -Dchangelist= -Dsha1= -Drevision=$NEW_VERSION -Dfile.encoding=UTF-8 -DdeployAtEnd=true -Dmaven.wagon.http.pool=false -Dtoken=${GITHUB_TOKEN}
+ mvn deploy -e -B --file pom.xml --settings .github/settings.xml -DtrimStackTrace=false -Dchangelist= -Dsha1= -Drevision=$NEW_VERSION -Dfile.encoding=UTF-8 -DdeployAtEnd=true -Dmaven.wagon.http.pool=false -Dtoken=${GITHUB_TOKEN}
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}
35
NEW_VERSION: ${{ github.event.release.tag_name }}
0 commit comments