diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index eaabd0a7..f9b979e2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -27,9 +27,6 @@ jobs: main: uses: Tyrrrz/.github/.github/workflows/nuget.yml@master with: - # CI tests currently don't work due to YouTube's anti-bot measures - # https://github.com/Tyrrrz/YoutubeExplode/issues/794 - skip-tests: true deploy: ${{ inputs.deploy || github.ref_type == 'tag' }} package-version: ${{ inputs.package-version || (github.ref_type == 'tag' && github.ref_name) || format('0.0.0-ci-{0}', github.sha) }} dotnet-version: 9.0.x