Skip to content

Commit

Permalink
Update publish-package.yml
Browse files Browse the repository at this point in the history
change dotnet-version to 6.0.x
  • Loading branch information
JoeStrout authored Apr 28, 2024
1 parent 66f9461 commit 1da1662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

- uses: actions/setup-dotnet@v2
with:
dotnet-version: 5.0.x
dotnet-version: 6.0.x

- name: Authenticate to Github Packages
run: dotnet nuget add source --username "${{ github.repository_owner }}" --password "${{ secrets.GITHUB_TOKEN }}" --store-password-in-clear-text --name github "https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json"
Expand Down

0 comments on commit 1da1662

Please sign in to comment.