We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63e4a5 commit 78932edCopy full SHA for 78932ed
.github/workflows/release.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: Run maven deploy/release
62
if: env.RELEASE_OK == 'yes'
63
run: |
64
- ./mvnw --no-transfer-progress -B -Prelease deploy
+ mvn --no-transfer-progress -B -Prelease deploy
65
- name: Run post release script
66
id: postRelease
67
0 commit comments