Skip to content

Commit d1e1d6b

Browse files
committed
feat: add publish on tag
1 parent 282e0a5 commit d1e1d6b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
name: Node.js Package
55

66
on:
7-
release:
8-
types: [created]
7+
push:
8+
tags:
9+
- 'v*'
910

1011
jobs:
1112
build:

0 commit comments

Comments
 (0)