Skip to content

Commit 5565fa3

Browse files
committed
fix: npm cd
1 parent 162899e commit 5565fa3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cd-npm.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Continuous deployment (NPM)
22

33
on:
44
workflow_dispatch:
5-
release:
6-
types: [published]
5+
push:
6+
tags:
7+
- '*'
78

89
jobs:
910
build-and-deploy:

0 commit comments

Comments
 (0)