From 4ecc282b309fd87f4183e45a96cc213d92d0ee6d Mon Sep 17 00:00:00 2001 From: Tomasz Cielecki Date: Wed, 13 Sep 2023 13:18:15 +0200 Subject: [PATCH] Fix branch name in release action --- .github/workflows/release-nuget.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-nuget.yml b/.github/workflows/release-nuget.yml index e2789c0..43c95a6 100644 --- a/.github/workflows/release-nuget.yml +++ b/.github/workflows/release-nuget.yml @@ -19,7 +19,7 @@ jobs: uses: dawidd6/action-download-artifact@v2 with: workflow: build.yml - branch: master + branch: main run_id: ${{ github.event.inputs.runId }} - name: Download latest artifact @@ -27,7 +27,7 @@ jobs: uses: dawidd6/action-download-artifact@v2 with: workflow: build.yml - branch: master + branch: main - shell: pwsh name: Publish NuGet Package