Skip to content

Commit 32bed09

Browse files
authored
Update main.workflow
1 parent 059e62f commit 32bed09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/main.workflow

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ workflow "NPM Publish" {
66
}
77

88
action "Install" {
9-
uses = "actions/npm@de7a3705a9510ee12702e124482fad6af249991b"
9+
uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
1010
args = "install"
1111
}
1212

1313
action "Publish" {
14-
uses = "actions/npm@de7a3705a9510ee12702e124482fad6af249991b"
14+
uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
1515
args = "publish --access public"
1616
secrets = ["NPM_AUTH_TOKEN"]
1717
needs = ["Install"]

0 commit comments

Comments
 (0)