Skip to content

Commit 80bee03

Browse files
committed
fix: create_release fix tags pattern matching
1 parent 2ed6f0e commit 80bee03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
tags:
66
- v*
7-
- "@dojoengine/*@*"
7+
- @dojoengine/*@*
88

99
permissions:
1010
contents: write

0 commit comments

Comments
 (0)