From 478adb5ae8348c7678c4ff14c0bec4a04d18d76a Mon Sep 17 00:00:00 2001 From: Nathan Foreman Date: Mon, 15 May 2023 23:39:45 +0100 Subject: [PATCH 1/2] Update dotnet-ci.yml --- .github/workflows/dotnet-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-ci.yml b/.github/workflows/dotnet-ci.yml index d453d1f..557f121 100644 --- a/.github/workflows/dotnet-ci.yml +++ b/.github/workflows/dotnet-ci.yml @@ -60,4 +60,5 @@ jobs: - name: Publish if: startsWith(github.ref, 'refs/heads/release') - run: nuget push **\*.nupkg -Source 'https://apiint.nugettest.org/v3/index.json' -ApiKey ${{secrets.NUGET_INT_API_KEY}} + run: nuget push **\*.nupkg -Source 'https://api.nuget.org/v3/index.json' -ApiKey ${{secrets.AUTOMETRICS_NUGET_PACKAGE_KEY}} + From 3fe389a787fd44c20367a5b8c2981004a8a85e2c Mon Sep 17 00:00:00 2001 From: Nathan Foreman Date: Mon, 15 May 2023 23:49:41 +0100 Subject: [PATCH 2/2] corrected from master to main branch --- .github/workflows/dotnet-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-ci.yml b/.github/workflows/dotnet-ci.yml index 557f121..1804e19 100644 --- a/.github/workflows/dotnet-ci.yml +++ b/.github/workflows/dotnet-ci.yml @@ -5,9 +5,9 @@ on: branches: - release/** push: - branches: [ "master" ] + branches: [ "main" ] pull_request: - branches: [ "master" ] + branches: [ "main" ] permissions: