👷 ci: drop v prefix

This commit is contained in:
2026-07-27 13:41:06 +07:00
parent b905ce7f60
commit 6597121f8c
+2 -2
View File
@@ -3,7 +3,7 @@ name: CI
on: on:
push: push:
branches: [main] branches: [main]
tags: ["v*.*.*"] tags: ["*.*.*"]
pull_request: pull_request:
jobs: jobs:
@@ -55,7 +55,7 @@ jobs:
path: dist/* path: dist/*
release: release:
if: startsWith(github.ref, 'refs/tags/v') if: startsWith(github.ref, 'refs/tags/')
needs: build needs: build
runs-on: ubuntu-latest runs-on: ubuntu-latest
permissions: permissions: