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 7f640cc commit ecafb6fCopy full SHA for ecafb6f
.github/workflows/release-kontrakt.yml
@@ -29,7 +29,9 @@ jobs:
29
- name: Publish artifacts
30
shell: bash
31
run: |
32
- mvn deploy -e --batch-mode --file pom.xml -DtrimStackTrace=false -Dchangelist= -Dsha1= -Drevision=$NEW_VERSION -Dfile.encoding=UTF-8 -DdeployAtEnd=true
+ mvn deploy -e --batch-mode --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 }}
36
+ GITHUB_USERNAME: x-access-token
37
+ GITHUB_PASSWORD: ${{ secrets.GITHUB_TOKEN }}
0 commit comments