Skip to content

Commit e147f95

Browse files
authored
Fjerner deployAtEnd
Fjerner "-DdeployAtEnd=true" for å verifisere om problem med deploy-file da forsvinner.
1 parent 46391c3 commit e147f95

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 -Dmaven.wagon.http.pool=false -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)