Skip to content

Commit 748284f

Browse files
committed
ci: update release flow
1 parent 4775c72 commit 748284f

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
@@ -23,5 +23,5 @@ workflow "release" {
2323
action "npm:release" {
2424
uses = "actions/npm@master"
2525
secrets = ["NPM_AUTH_TOKEN"]
26-
runs = "npm publish"
26+
args = "publish"
2727
}

0 commit comments

Comments
 (0)