Skip to content

Commit 7fbbbc4

Browse files
authored
Update release.yml
1 parent b87bb60 commit 7fbbbc4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,11 @@ jobs:
151151
env:
152152
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
153153

154+
- name: Setup .NET
155+
uses: actions/setup-dotnet@v3
156+
with:
157+
dotnet-version: '9.x'
158+
154159
- name: NuGet authenticate
155160
run: dotnet nuget add source
156161
"https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"

0 commit comments

Comments
 (0)