fix(release): also trigger on tags without v prefix (e.g. 1.5.6)

This commit is contained in:
Research Assistant 2026-05-19 00:37:42 +08:00
parent 1047c9851d
commit bd3608810d

View file

@ -8,6 +8,7 @@ on:
push:
tags:
- "v*"
- '[0-9]*'
jobs:
release: