mirror of
https://github.com/sonr-io/sonr.git
synced 2026-08-02 17:31:39 +00:00
fix: Correct regular expression for version tags in release workflow
This commit is contained in:
@@ -2,7 +2,8 @@ name: Versioned Release
|
||||
|
||||
on:
|
||||
push:
|
||||
tags: ["v*"]
|
||||
tags:
|
||||
- "v[0-9]+.[0-9]+.[0-9]+"
|
||||
branches: ["develop"]
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user