We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43f75ea commit 31969d2Copy full SHA for 31969d2
1 file changed
.github/workflows/publish.yml
@@ -5,7 +5,7 @@ on:
5
workflow_dispatch:
6
push:
7
tags:
8
- - 'value*'
+ - 'v*'
9
10
# Grant write permissions to the repository contents so we can push version updates
11
permissions:
0 commit comments