From af423b1c5690d6a2d6fa97286457b475a119fb24 Mon Sep 17 00:00:00 2001 From: Steve Gordon Date: Thu, 28 Mar 2024 10:00:15 +0000 Subject: [PATCH] Update release workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2322278..e378903 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,7 @@ jobs: - name: Release to Nuget (only for release events) if: ${{ github.event_name == 'release' }} - run: dotnet nuget push '${{ env.RELEASE_PACKAGES }}' -k ${REPO_API_KEY} --source ${REPO_API_URL} --skip-duplicate --no-symbols + run: dotnet nuget push '${{ env.RELEASE_PACKAGES }}' -k ${{secrets.NUGET_REPO_API_KEY}} -s https://api.nuget.org/v3/index.json --skip-duplicate --no-symbols - if: ${{ success() && github.event_name == 'release' }} uses: elastic/apm-pipeline-library/.github/actions/slack-message@current