Skip to content

Commit 585b17e

Browse files
committed
fix regex
1 parent fa3a7bb commit 585b17e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
tags:
2323
# Trigger this workflow when tag follows the versioning format: v<major>.<minor>.<patch>-rc.<release_candidate>
2424
# Example valid tags: v0.4.0, v0.4.0-rc.1
25-
- "v[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?"
25+
- "v[0-9]+.[0-9]+.[0-9]+(-rc.[0-9]+)?"
2626
workflow_dispatch:
2727

2828
env:

0 commit comments

Comments
 (0)