diff --git a/.github/workflows/release-action.yml b/.github/workflows/release-action.yml index 1cf95bb..81ded86 100644 --- a/.github/workflows/release-action.yml +++ b/.github/workflows/release-action.yml @@ -22,7 +22,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@v1 with: - dotnet-version: '8.0.x' + dotnet-version: ['6.0.x', '7.0.x', '8.0.x'] - name: Add NuGet source run: dotnet nuget add source ${{ env.GITHUB_PACKAGES_URL }} \--username '${{secrets.USER_NAME}}' \--password '${{secrets.GIHUB_NUGET_AUTH_TOKEN}}' \--store-password-in-clear-text