Skip to content

Commit 6dfd33f

Browse files
authored
Add npm publish option
1 parent b27406f commit 6dfd33f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/main.workflow

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
workflow "Release" {
2+
on = "release"
3+
resolves = ["Publish to NPM"]
4+
}
5+
6+
action "Publish to NPM" {
7+
uses = "actions/npm@e7aaefed7c9f2e83d493ff810f17fa5ccd7ed437"
8+
runs = "npm publish"
9+
}

0 commit comments

Comments
 (0)