Fix release regex for publish-release workflow

This commit is contained in:
Nicola Corti
2024-06-18 17:41:00 +01:00
parent cdab5370af
commit 77f43ed255
+3 -3
View File
@@ -1,9 +1,9 @@
name: Publish release
name: Publish Release
on:
push:
tags:
- "v0.[0-9]+.[0-9]+(-*)?" # This should match v0.X.Y and v0.X.Y-RC.0
- "v0.*.*" # This should match v0.X.Y
- "v0.*.*-rc.*" # This should match v0.X.Y-RC.0
jobs:
set_release_type:
runs-on: ubuntu-latest