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 6808c87 commit ec2c936Copy full SHA for ec2c936
.github/workflows/release-kontrakt.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Publish artifacts
30
shell: bash
31
run: |
32
- mvn deploy -e --batch-mode --file pom.xml --settings .github/settings.xml -DtrimStackTrace=false -Dchangelist= -Dsha1= -Drevision=$NEW_VERSION -Dfile.encoding=UTF-8
+ mvn deploy -e -B --file pom.xml --settings .github/settings.xml -DtrimStackTrace=false -Dchangelist= -Dsha1= -Drevision=$NEW_VERSION -Dfile.encoding=UTF-8 -Dtoken=${GITHUB_TOKEN}
33
env:
34
GITHUB_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}
35
NEW_VERSION: ${{ github.event.release.tag_name }}
0 commit comments