Skip to content

Commit 11b23f8

Browse files
committed
chore: remove unnecessary default layout
1 parent 8e0b1cd commit 11b23f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
--batch-mode \
233233
-Dsha1="${GITHUB_SHA}" \
234234
-Drevision="${REVISION}" \
235-
-DaltDeploymentRepository="github::default::https://maven.pkg.github.com/${GITHUB_REPOSITORY}" \
235+
-DaltDeploymentRepository="github::https://maven.pkg.github.com/${GITHUB_REPOSITORY}" \
236236
deploy
237237
- name: Make sure build did not change anything
238238
run: git diff --exit-code

0 commit comments

Comments
 (0)