Skip to content

Commit

Permalink
Use NPM for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
woofers authored Apr 3, 2019
1 parent 0737781 commit 208aa30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/main.workflow
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ action "Tag" {

action "Publish" {
needs = "Tag"
uses = "nuxt/actions-yarn@master"
uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
args = "publish --access public"
secrets = ["NPM_AUTH_TOKEN"]
}
Expand Down

0 comments on commit 208aa30

Please sign in to comment.