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 46391c3 commit e147f95Copy full SHA for e147f95
.github/workflows/release-kontrakt.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Publish artifacts
19
shell: bash
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 -Dmaven.wagon.http.pool=false -DdeployAtEnd=true -Dtoken=${GITHUB_TOKEN}
+ mvn deploy -e -B --file pom.xml --settings .github/settings.xml -DtrimStackTrace=false -Dchangelist= -Dsha1= -Drevision=$NEW_VERSION -Dfile.encoding=UTF-8 -Dmaven.wagon.http.pool=false -Dtoken=${GITHUB_TOKEN}
22
env:
23
GITHUB_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}
24
NEW_VERSION: ${{ github.event.release.tag_name }}
0 commit comments