Skip to content

Commit 217904c

Browse files
authored
Update .NET version in flowctl-release.yml
1 parent 8b8bed8 commit 217904c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/flowctl-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Setup .NET
5555
uses: actions/setup-dotnet@v3.2.0
5656
with:
57-
dotnet-version: 8.0.x
57+
dotnet-version: 9.0.x
5858

5959
- name: Prep packages
6060
run: dotnet nuget add source --username ziagham --password ${{ secrets.GH_TOKEN }} --store-password-in-clear-text --name github "https://nuget.pkg.github.com/${{github.repository_owner}}/index.json"

0 commit comments

Comments
 (0)