Skip to content

Commit 66afb88

Browse files
Update publish.yaml
1 parent 16b9bd4 commit 66afb88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: NPM Publish
22

33
on:
4-
release:
5-
types: [published]
4+
push:
5+
tags: ['v*']
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)