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:
Nicolò Ribaudo
2019-03-24 01:04:44 +01:00
committed by GitHub
parent adb4701e00
commit d610289812
3 changed files with 15 additions and 1 deletions

View File

@@ -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"
}