From c5b23910904a05cbee85dc4e04570b6c84719169 Mon Sep 17 00:00:00 2001 From: delinea-rajani <164006534+delinea-rajani@users.noreply.github.com> Date: Tue, 10 Sep 2024 03:15:23 -0400 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e24b59c..5306f08 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -5,7 +5,7 @@ on: tags: - v* branches: - - main + - addSDKClientCred jobs: push: @@ -23,10 +23,10 @@ jobs: gpg-passphrase: GPG_PASSPHRASE # env variable for GPG private key passphrase distribution: 'temurin' - - name: Customize the Maven settings.xml - uses: whelk-io/maven-settings-xml-action@7c60eb95b2d5ec18f2e0e29f34c9ed69475e7a96 # v21 - with: - servers: '[{ "id": "ossrh", "username": "${{ secrets.SONATYPE_USERNAME }}", "password": "${{ secrets.SONATYPE_PASSWORD }}" }, { "id": "ossrh", "username": "${{ secrets.SONATYPE_USERNAME }}", "password": "${{ secrets.SONATYPE_PASSWORD }}" }]' + # - name: Customize the Maven settings.xml + # uses: whelk-io/maven-settings-xml-action@7c60eb95b2d5ec18f2e0e29f34c9ed69475e7a96 # v21 + # with: + # servers: '[{ "id": "ossrh", "username": "${{ secrets.SONATYPE_USERNAME }}", "password": "${{ secrets.SONATYPE_PASSWORD }}" }, { "id": "ossrh", "username": "${{ secrets.SONATYPE_USERNAME }}", "password": "${{ secrets.SONATYPE_PASSWORD }}" }]' - name: Configure the application run: |