We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a072aa commit ad92b2aCopy full SHA for ad92b2a
1 file changed
.github/workflows/release.yml
@@ -10,6 +10,10 @@ jobs:
10
steps:
11
- name: Checkout
12
uses: actions/checkout@v2
13
+ - name: Setup dotnet
14
+ uses: actions/setup-dotnet@v5
15
+ with:
16
+ dotnet-version: 9.0.x
17
- name: Verify commit exists in origin/master
18
run: |
19
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
0 commit comments