Skip to content

Commit

Permalink
Updated publish script to use .NET6-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
tidyui committed Oct 25, 2021
1 parent be6a562 commit e7617f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_to_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
- name: Setup .NET Core @ Latest
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.100-rc.2.21505.57
source-url: https://api.nuget.org/v3/index.json
env:
NUGET_AUTH_TOKEN: ${{secrets.NugetAuthToken}}
Expand Down

0 comments on commit e7617f9

Please sign in to comment.