Skip to content

Commit

Permalink
wf settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchavakis committed Feb 23, 2023
1 parent a1d61d1 commit cc2c247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup dotnet 7.0.x
uses: actions/setup-dotnet@v2
with:
dotnet-version: "7.0.x" # SDK Version to use (x uses the latest version).
dotnet-version: "7.0.103" # SDK Version to use (x uses the latest version).
env:
NUGET_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
# dotnet restore
Expand Down

0 comments on commit cc2c247

Please sign in to comment.