Skip to content

Commit 2ddcb0e

Browse files
ci: publish to NPM when you publish a draft release (#432)
1 parent aa5940d commit 2ddcb0e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish CLI to NPM
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66

77
jobs:
88
publish-npm:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Publish library to NPM
22

33
on:
44
release:
5-
types: [created]
5+
types: [published]
66

77
jobs:
88
publish-npm:

0 commit comments

Comments
 (0)