We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66f9461 commit 1da1662Copy full SHA for 1da1662
.github/workflows/publish-package.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- uses: actions/setup-dotnet@v2
64
with:
65
- dotnet-version: 5.0.x
+ dotnet-version: 6.0.x
66
67
- name: Authenticate to Github Packages
68
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"
0 commit comments