CI: Fix npm canary release (#74915)

Install bash on this step
This commit is contained in:
Kevin Minehart
2023-09-14 16:59:34 +03:00
committed by GitHub
parent 84d35e9f0b
commit 1ee485ac43
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -955,6 +955,7 @@ def release_canary_npm_packages_step(trigger = None):
"NPM_TOKEN": from_secret(npm_token),
},
"commands": [
"apk add --update bash",
"./scripts/publish-npm-packages.sh --dist-tag 'canary' --registry 'https://registry.npmjs.org'",
],
}