Skip to content

Commit 7fd3021

Browse files
committed
update npm workflow
1 parent 1453620 commit 7fd3021

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/publish.yml

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

33
on:
4-
release:
5-
types: [created]
4+
push:
5+
tags:
6+
- 'v*'
67
workflow_dispatch:
78

89
permissions:

0 commit comments

Comments
 (0)