Skip to content

Commit 1da1662

Browse files
authored
Update publish-package.yml
change dotnet-version to 6.0.x
1 parent 66f9461 commit 1da1662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- uses: actions/setup-dotnet@v2
6464
with:
65-
dotnet-version: 5.0.x
65+
dotnet-version: 6.0.x
6666

6767
- name: Authenticate to Github Packages
6868
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

Comments
 (0)