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 ccfd495 commit 0da77fcCopy full SHA for 0da77fc
.github/workflows/release.yml
@@ -10,7 +10,7 @@ permissions:
10
on:
11
push:
12
tags:
13
- - "v\d.*"
+ - "v[0-9].*"
14
workflow_dispatch:
15
inputs:
16
tag:
0 commit comments