Skip to content

Commit

Permalink
Update GenerateRelease-csharp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 authored Feb 20, 2022
1 parent 4da8d7f commit ce17940
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/GenerateRelease-csharp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -21,6 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
ref: 'main'
fetch-depth: 0
- uses: actions/setup-dotnet@main
with:
Expand Down

0 comments on commit ce17940

Please sign in to comment.