Skip to content

Commit

Permalink
feat(cicd): update dotnet ver for test wf
Browse files Browse the repository at this point in the history
  • Loading branch information
natalie-o-perret authored Aug 20, 2022
1 parent 2260b9c commit f7caa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-release-tag-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup .NET Environment
uses: actions/setup-dotnet@v1
with:
dotnet-version: 5.0.100
dotnet-version: 6.0.400
source-url: https://api.nuget.org/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit f7caa7d

Please sign in to comment.