diff --git a/.github/workflows/release-nuget-package.yml b/.github/workflows/release-nuget-package.yml index 41dd4bd69..eb97c68ec 100644 --- a/.github/workflows/release-nuget-package.yml +++ b/.github/workflows/release-nuget-package.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-dotnet@v3 with: - dotnet-version: '6' + dotnet-version: '8' source-url: https://nuget.pkg.github.com/tigertext/index.json env: NUGET_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}