Skip to content

Commit c6041c2

Browse files
build: add support for npm publish with github actions
1 parent df85e37 commit c6041c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: NPM Publish
22
on:
33
release:
4-
types: [published, created]
4+
types: [published]
55

66
permissions:
77
contents: read

0 commit comments

Comments
 (0)