Skip to content

Commit 7138962

Browse files
authored
Fix publish on tag
2 parents c91b460 + 3b59719 commit 7138962

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ env:
66

77
on:
88
push:
9-
branches:
10-
- main
11-
tags:
12-
- *
9+
branches: main
10+
tags: v*
1311

1412
jobs:
1513
publish:

0 commit comments

Comments
 (0)