Set NPM_TOKEN in .npmrc when publishing (#9735) [skip ci]
* Set NPM_TOKEN in .npmrc when publishing [skip ci] * Update .github/main.workflow
This commit is contained in:
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
@@ -17,7 +17,7 @@ action "Publish to npm" {
|
||||
uses = "docker://node:10"
|
||||
secrets = ["NPM_TOKEN"]
|
||||
runs = "make"
|
||||
args = "publish"
|
||||
args = "publish-ci"
|
||||
env = {
|
||||
CI = "true"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user