We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96ffae0 commit 96b7156Copy full SHA for 96b7156
.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 -DdeployAtEnd=true
+ 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
23
env:
24
GITHUB_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
25
GH_ACCESS_TOKEN: ${{ secrets.GH_ACCESS_TOKEN }}
0 commit comments