Skip to content

Commit feb7e9c

Browse files
committed
release action fix #2
1 parent e941bae commit feb7e9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: "publish"
22
on:
33
push:
44
tags:
5-
- *
5+
- "**"
66

77
jobs:
88
publish-tauri:

0 commit comments

Comments
 (0)