We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc41fa commit 2a3d820Copy full SHA for 2a3d820
1 file changed
.github/workflows/release.yaml
@@ -19,7 +19,7 @@ jobs:
19
- name: Setup .NET
20
uses: actions/setup-dotnet@v3
21
with:
22
- dotnet-version: '9.0.x'
+ dotnet-version: '10.0.x'
23
24
- name: Extract version and tag message
25
id: extract
0 commit comments