Skip to content

Commit 3e871d7

Browse files
fjerner deployAtEnd
1 parent 9b06384 commit 3e871d7

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
@@ -18,7 +18,7 @@ jobs:
1818
- name: Publish artifacts
1919
shell: bash
2020
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}
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}
2222
env:
2323
GITHUB_TOKEN: ${{ secrets.GITHUB_ACCESS_TOKEN }}
2424
NEW_VERSION: ${{ github.event.release.tag_name }}

0 commit comments

Comments
 (0)