mirror of
https://github.com/grafana/grafana.git
synced 2025-09-27 03:03:57 +08:00
@ -1129,7 +1129,7 @@ def release_canary_npm_packages_step(trigger = None):
|
||||
"NPM_TOKEN": from_secret(npm_token),
|
||||
},
|
||||
"commands": [
|
||||
"apk add --update bash",
|
||||
"apk add --update bash git",
|
||||
"./scripts/publish-npm-packages.sh --dist-tag 'canary' --registry 'https://registry.npmjs.org'",
|
||||
],
|
||||
}
|
||||
|
Reference in New Issue
Block a user