Skip to content

Commit b4e5dbf

Browse files
committed
Fix gihub release workflow
1 parent 6742732 commit b4e5dbf

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
@@ -13,7 +13,7 @@ name: release
1313
on:
1414
push:
1515
tags:
16-
- 'v*''
16+
- 'v*'
1717

1818
permissions:
1919
contents: write

0 commit comments

Comments
 (0)