Skip to content

Commit 824d582

Browse files
authored
Create main.workflow
1 parent 59184ef commit 824d582

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/main.workflow

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
workflow "publish on release" {
2+
on = "push"
3+
resolves = ["publish"]
4+
}
5+
6+
action "publish" {
7+
uses = "actions/npm@master"
8+
args = "publish"
9+
secrets = ["npm_token"]
10+
}

0 commit comments

Comments
 (0)