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 059e62f commit 32bed09Copy full SHA for 32bed09
.github/main.workflow
@@ -6,12 +6,12 @@ workflow "NPM Publish" {
6
}
7
8
action "Install" {
9
- uses = "actions/npm@de7a3705a9510ee12702e124482fad6af249991b"
+ uses = "actions/npm@59b64a598378f31e49cb76f27d6f3312b582f680"
10
args = "install"
11
12
13
action "Publish" {
14
15
args = "publish --access public"
16
secrets = ["NPM_AUTH_TOKEN"]
17
needs = ["Install"]
0 commit comments