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 59e1c3b874
commit 996561f5ea

View file

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