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}",