Skip to content

Commit 4816b22

Browse files
committed
modify workflow
1 parent 5c7205f commit 4816b22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2424
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
2525
- name: Publish to Maven
26-
run: mvn deploy -DaltDeploymentRepository=local::default::file://${{ github.workspace }}/local-repo
26+
run: mvn -e -X deploy -DaltDeploymentRepository=local::default::file://${{ github.workspace }}/local-repo
2727
# run: mvn -B deploy
2828
env:
2929
MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }}

0 commit comments

Comments
 (0)