We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0b1cd commit 11b23f8Copy full SHA for 11b23f8
1 file changed
.github/workflows/main.yaml
@@ -232,7 +232,7 @@ jobs:
232
--batch-mode \
233
-Dsha1="${GITHUB_SHA}" \
234
-Drevision="${REVISION}" \
235
- -DaltDeploymentRepository="github::default::https://maven.pkg.github.com/${GITHUB_REPOSITORY}" \
+ -DaltDeploymentRepository="github::https://maven.pkg.github.com/${GITHUB_REPOSITORY}" \
236
deploy
237
- name: Make sure build did not change anything
238
run: git diff --exit-code
0 commit comments