Skip to content

Commit 31fa1ab

Browse files
authored
Merge pull request #80 from redth-org/ci/fix-workflow
Add back missing checkout action
2 parents 4fdd2f6 + d9b9316 commit 31fa1ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release-nuget.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
runs-on: windows-latest
1010

1111
steps:
12+
- uses: actions/checkout@v1
13+
1214
- name: Setup .NET Core
1315
uses: actions/setup-dotnet@v1
1416
with:

0 commit comments

Comments
 (0)