We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b8bed8 commit 217904cCopy full SHA for 217904c
1 file changed
.github/workflows/flowctl-release.yml
@@ -54,7 +54,7 @@ jobs:
54
- name: Setup .NET
55
uses: actions/setup-dotnet@v3.2.0
56
with:
57
- dotnet-version: 8.0.x
+ dotnet-version: 9.0.x
58
59
- name: Prep packages
60
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