We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54cc2a commit 5948c81Copy full SHA for 5948c81
.github/workflows/release-kontrakt.yml
@@ -28,7 +28,8 @@ jobs:
28
- name: Publish artifacts
29
shell: bash
30
run: |
31
- mvn deploy -e --batch-mode --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 ./.m2/settings.xml --file pom.xml -am -pl kontrakt -DtrimStackTrace=false -Dchangelist= -Dsha1= -Drevision=$NEW_VERSION -Dfile.encoding=UTF-8 -DdeployAtEnd=true
32
env:
33
- GITHUB_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}
+ GITHUB_USERNAME: x-access-token
34
+ GITHUB_PASSWORD: ${{ secrets.GH_ACCESS_TOKEN }}
35
NEW_VERSION: ${{ github.event.release.tag_name }}
0 commit comments