Release: Install git in npm release step (#95324)

install git
This commit is contained in:
Erik Sundell
2024-10-24 12:07:07 +02:00
committed by GitHub
parent 3523289e98
commit b0250cf027
2 changed files with 3 additions and 3 deletions

View File

@ -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'",
],
}