fix: Revert the tags check, It works as intended.

This commit is contained in:
Midou 2025-05-14 14:09:27 +01:00
parent bfaae0023e
commit bc40ddbdbf
Signed by: midou
GPG Key ID: 1D134A95FE521A7A

View File

@ -66,6 +66,7 @@ jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: [lint, test] needs: [lint, test]
if: startsWith(github.event.ref, 'refs/tags/v')
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with: