diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35cd6b52..74a27e7a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -79,7 +79,7 @@ jobs: uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: dotnet-version: | - 10.0.100-rc.1.25451.107 + 10.0.x 9.0.x - name: Pack @@ -108,7 +108,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: - dotnet-version: 10.0.100-rc.1.25451.107 + dotnet-version: 10.0.x - name: Download build artifacts uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0 @@ -163,7 +163,7 @@ jobs: - name: Setup .NET uses: actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0 with: - dotnet-version: 10.0.100-rc.1.25451.107 + dotnet-version: 10.0.x - name: Download build artifacts uses: actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0