Skip to content

Commit aac2798

Browse files
authored
Update main.workflow
1 parent fd5f9d7 commit aac2798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/main.workflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ action "Npm Install" {
1111
action "Publish" {
1212
uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
1313
needs = ["Npm Install"]
14-
args = "publish -- -p \"$VS_ACCESS_KEY\""
14+
args = "run publish -- -p \"$VS_ACCESS_KEY\""
1515
secrets = ["VS_ACCESS_KEY"]
1616
}

0 commit comments

Comments
 (0)