mirror of
https://github.com/onsonr/sonr.git
synced 2025-03-10 13:07:09 +00:00
fix: Correct regular expression for version tags in release workflow
This commit is contained in:
parent
ec57c76a2a
commit
ee12bf684e
3
.github/workflows/scheduled-release.yml
vendored
3
.github/workflows/scheduled-release.yml
vendored
@ -2,7 +2,8 @@ name: Versioned Release
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags: ["v*"]
|
tags:
|
||||||
|
- "v[0-9]+.[0-9]+.[0-9]+"
|
||||||
branches: ["develop"]
|
branches: ["develop"]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user