👷 ci: drop v prefix

This commit is contained in:
2026-07-25 01:00:59 +07:00
parent fcf1e5e4c3
commit a961132e2c
+2 -2
View File
@@ -5,7 +5,7 @@ on:
branches: branches:
- main - main
tags: tags:
- 'v*' - '[0-9]*.[0-9]*.[0-9]*'
pull_request: pull_request:
permissions: permissions:
@@ -102,7 +102,7 @@ jobs:
release: release:
needs: build needs: build
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions:
contents: write contents: write