Skip to content

Commit

Permalink
Merge pull request #80 from redth-org/ci/fix-workflow
Browse files Browse the repository at this point in the history
Add back missing checkout action
  • Loading branch information
Cheesebaron authored Apr 8, 2020
2 parents 4fdd2f6 + d9b9316 commit 31fa1ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v1

- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
Expand Down

0 comments on commit 31fa1ab

Please sign in to comment.