Skip to content

Commit 0da77fc

Browse files
committed
Fix again
1 parent ccfd495 commit 0da77fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
on:
1111
push:
1212
tags:
13-
- "v\d.*"
13+
- "v[0-9].*"
1414
workflow_dispatch:
1515
inputs:
1616
tag:

0 commit comments

Comments
 (0)