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 90175b4 commit bd793adCopy full SHA for bd793ad
.github/workflows/release-kontrakt.yml
@@ -20,6 +20,6 @@ jobs:
20
run: |
21
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}
22
env:
23
- GITHUB_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
24
NEW_VERSION: ${{ github.event.release.tag_name }}
25
0 commit comments