We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5f9d7 commit aac2798Copy full SHA for aac2798
.github/main.workflow
@@ -11,6 +11,6 @@ action "Npm Install" {
11
action "Publish" {
12
uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
13
needs = ["Npm Install"]
14
- args = "publish -- -p \"$VS_ACCESS_KEY\""
+ args = "run publish -- -p \"$VS_ACCESS_KEY\""
15
secrets = ["VS_ACCESS_KEY"]
16
}
0 commit comments