Skip to content

Commit cc2c247

Browse files
committed
wf settings
1 parent a1d61d1 commit cc2c247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup dotnet 7.0.x
3636
uses: actions/setup-dotnet@v2
3737
with:
38-
dotnet-version: "7.0.x" # SDK Version to use (x uses the latest version).
38+
dotnet-version: "7.0.103" # SDK Version to use (x uses the latest version).
3939
env:
4040
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
4141
# dotnet restore

0 commit comments

Comments
 (0)