Skip to content

Commit 0dd141a

Browse files
Updated publish action
1 parent c0548f9 commit 0dd141a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish-to-npm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Publish To NPM
22
on:
3-
push:
4-
branches:
5-
- master
3+
release:
4+
types:
5+
- published
66
jobs:
77
release:
88
name: Release

0 commit comments

Comments
 (0)