We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa3a7bb commit 585b17eCopy full SHA for 585b17e
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ on:
22
tags:
23
# Trigger this workflow when tag follows the versioning format: v<major>.<minor>.<patch>-rc.<release_candidate>
24
# Example valid tags: v0.4.0, v0.4.0-rc.1
25
- - "v[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?"
+ - "v[0-9]+.[0-9]+.[0-9]+(-rc.[0-9]+)?"
26
workflow_dispatch:
27
28
env:
0 commit comments