From ce1794000376e285529a2b790b9543055145a65e Mon Sep 17 00:00:00 2001 From: radj307 Date: Sun, 20 Feb 2022 16:59:19 -0500 Subject: [PATCH] Update GenerateRelease-csharp.yml --- .github/workflows/GenerateRelease-csharp.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/GenerateRelease-csharp.yml b/.github/workflows/GenerateRelease-csharp.yml index e4b35c979..cf6c2e5d5 100644 --- a/.github/workflows/GenerateRelease-csharp.yml +++ b/.github/workflows/GenerateRelease-csharp.yml @@ -3,10 +3,9 @@ name: Generate Release on: workflow_run: workflows: - - Update Project Version Numbers + - 'Update Version' types: - - completed - workflow_dispatch: + - 'completed' # Configuration Type env: @@ -21,6 +20,7 @@ jobs: steps: - uses: actions/checkout@v2 with: + ref: 'main' fetch-depth: 0 - uses: actions/setup-dotnet@main with: