removes need for checks for release, as yt will always fail

This commit is contained in:
msramalho
2025-05-05 11:17:39 +01:00
parent 49c254a413
commit d948044ae9

View File

@@ -96,7 +96,7 @@ jobs:
release:
name: Release
runs-on: ubuntu-latest
needs: [checks]
# needs: [checks]
if: startsWith(github.ref, 'refs/tags/')
steps:
- uses: actions/checkout@v1