We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbd1178 commit d76b8e3Copy full SHA for d76b8e3
.github/workflows/draft-release.yml
@@ -18,6 +18,8 @@ jobs:
18
with:
19
fetch-depth: 0
20
21
+ - uses: actions/setup-dotnet@v3
22
+
23
- name: Fetch all history for all tags and branches
24
run: git fetch --prune
25
0 commit comments