Skip to content

Commit 8625ae1

Browse files
authored
fix: change tags filter (#44)
1 parent e7c80cb commit 8625ae1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Publish to npm
22

33
on:
4-
push:
5-
tags:
6-
- "*"
4+
push:
5+
tags:
6+
- **
77

88
jobs:
99
publish:

0 commit comments

Comments
 (0)