mirror of
https://github.com/lllin000/PaperForge.git
synced 2026-07-22 06:50:53 +00:00
fix(release): also trigger on tags without v prefix (e.g. 1.5.6)
This commit is contained in:
parent
59e1c3b874
commit
996561f5ea
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
push:
|
||||
tags:
|
||||
- "v*"
|
||||
- '[0-9]*'
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
|
|||
Loading…
Reference in a new issue