Skip to content

Commit 6aab034

Browse files
Update release-kontrakt.yml
1 parent 1dc0737 commit 6aab034

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-kontrakt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Publish artifacts
3030
shell: bash
3131
run: |
32-
mvn deploy -e -B --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}
32+
mvn deploy -X -e -B --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}
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}
3535
NEW_VERSION: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)