From a0da8f10939ea0cd326a603dad664e2db15cb289 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Mon, 9 Sep 2024 20:18:36 +1000 Subject: [PATCH] testing GHA pipelines --- .github/workflows/build-and-publish-develop.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-publish-develop.yaml b/.github/workflows/build-and-publish-develop.yaml index 1c20a43..9a21550 100644 --- a/.github/workflows/build-and-publish-develop.yaml +++ b/.github/workflows/build-and-publish-develop.yaml @@ -34,7 +34,7 @@ jobs: - name: maven-settings-xml-action uses: whelk-io/maven-settings-xml-action@v22 with: - profiles: > + profiles: | [{ "id": "homelab", "properties": { @@ -42,7 +42,7 @@ jobs: "altReleaseDeploymentRepository": "nexus-release::${env.RELEASE_DEPLOYMENT_REPOSITORY_URL}" } }] - repositories: > + repositories: | [{ "id": "maven-public", "url": "${env.MAVEN_PUBLIC_REPOSITORY_URL}", @@ -50,7 +50,7 @@ jobs: "enabled": "true" } }] - servers: > + servers: | [{ "id": "nexus-snapshot", "username": "${env.NEXUS_USERNAME}",