Skip to content

Commit

Permalink
Update main.workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
spnraju authored Jul 17, 2019
1 parent fd5f9d7 commit aac2798
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 @@ -11,6 +11,6 @@ action "Npm Install" {
action "Publish" {
uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
needs = ["Npm Install"]
args = "publish -- -p \"$VS_ACCESS_KEY\""
args = "run publish -- -p \"$VS_ACCESS_KEY\""
secrets = ["VS_ACCESS_KEY"]
}

0 comments on commit aac2798

Please sign in to comment.