Skip to content

Commit 50ea0ed

Browse files
committed
try explicit encoding in mvn-args
1 parent b82d470 commit 50ea0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/perform-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
118118
- name: "Deploy"
119119
run: |
120-
MVN_ARGS="${{ env.MVN_CLI_ARGS }} -Drelease -s settings.xml"
120+
MVN_ARGS="${{ env.MVN_CLI_ARGS }} -Drelease -s settings.xml -Dfile.encoding=UTF-8"
121121
mvn deploy $MVN_ARGS
122122
env:
123123
MAVEN_GPG_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}

0 commit comments

Comments
 (0)