Skip to content

Commit

Permalink
Update release-kontrakt.yml (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
jolarsen authored Aug 11, 2022
1 parent 597b45d commit 5ed6b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-kontrakt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Publish artifacts
shell: bash
run: |
mvn -B versions:set -DnewVersion="$NEW_VERSION" -DgenerateBackupPoms=false
mvn -B -s settings.xml versions:set -DnewVersion=${NEW_VERSION} -DgenerateBackupPoms=false
mvn deploy -e -B -s settings.xml -Dfile.encoding=UTF-8
env:
GH_ACCESS_TOKEN : ${{ secrets.GH_ACCESS_TOKEN }}
Expand Down

0 comments on commit 5ed6b6e

Please sign in to comment.