diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f38546e0c..b4674e385f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,11 +103,6 @@ jobs: branch: master artifacts: ${{ matrix.name }}.zip - - name: Login to Azure - uses: Azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf - with: - creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }} - - name: Login to Azure - CI subscription uses: Azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf with: @@ -133,6 +128,11 @@ jobs: echo "::add-mask::$publish_profile" echo "publish-profile=$publish_profile" >> $GITHUB_OUTPUT + - name: Login to Azure + uses: Azure/login@1f63701bf3e6892515f1b7ce2d2bf1708b46beaf + with: + creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }} + - name: Deploy App uses: azure/webapps-deploy@0b651ed7546ecfc75024011f76944cb9b381ef1e with: