diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 72d8992d8..bc7249188 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,8 +18,7 @@ jobs: - name: Install .NET uses: actions/setup-dotnet@v2 with: - # Fixed version, workaround for https://github.com/dotnet/core/issues/7176 - dotnet-version: 6.0.100 + dotnet-version: 6.0.x - name: Publish run: dotnet publish YoutubeDownloader/ -o YoutubeDownloader/bin/Publish --configuration Release @@ -90,4 +89,4 @@ jobs: payload: | { "content": "**YoutubeDownloader** new version released!\nVersion: `${{ steps.get_version.outputs.tag }}`\nChangelog: " - } + } \ No newline at end of file