Skip to content

Commit

Permalink
Update and rename .github to .github/publish.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
0xF6 committed Oct 14, 2019
1 parent 4fb0638 commit 3a3975a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/publish.workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
workflow "publish on release" {
on = "release"
resolves = ["publish"]
}

action "publish" {
uses = "actions/npm@master"
args = "publish"
secrets = ["NPM_AUTH_TOKEN"]
}

0 comments on commit 3a3975a

Please sign in to comment.