We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 350691d commit d9b9316Copy full SHA for d9b9316
.github/workflows/release-nuget.yml
@@ -9,6 +9,8 @@ jobs:
9
runs-on: windows-latest
10
11
steps:
12
+ - uses: actions/checkout@v1
13
+
14
- name: Setup .NET Core
15
uses: actions/setup-dotnet@v1
16
with:
0 commit comments