Skip to content

Commit d14458d

Browse files
authored
Update and rename main.workflow to npm-publish.workflow
1 parent e3587fc commit d14458d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/npm-publish.workflow

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
workflow "Publish to NPM" {
2+
resolves = ["GitHub Action for npm"]
3+
on = "release"
4+
}
5+
6+
action "GitHub Action for npm" {
7+
uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
8+
args = "publish"
9+
secrets = ["NPM_AUTH_TOKEN"]
10+
}

0 commit comments

Comments
 (0)