fix: Revert the tags check, It works as intended.
This commit is contained in:
parent
bfaae0023e
commit
bc40ddbdbf
1
.github/workflows/main.yaml
vendored
1
.github/workflows/main.yaml
vendored
@ -66,6 +66,7 @@ jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [lint, test]
|
||||
if: startsWith(github.event.ref, 'refs/tags/v')
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user