We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4f5010 commit e26120cCopy full SHA for e26120c
.github/workflows/release-kontrakt.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Publish artifacts
20
shell: bash
21
run: |
22
- mvn deploy -e --batch-mode --settings .github/.m2/settings.xml --file pom.xml -am -pl kontrakt -DtrimStackTrace=false -Dchangelist= -Dsha1= -Drevision=$NEW_VERSION -Dfile.encoding=UTF-8
+ mvn deploy -e --batch-mode --settings .github/.m2/settings.xml --file pom.xml -am -pl kontrakt -DtrimStackTrace=false -Dchangelist= -Dsha1= -Drevision=$NEW_VERSION -Dfile.encoding=UTF-8 -DdeployAtEnd=true
23
env:
24
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
25
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
0 commit comments