Build: Publish canary packages to NPM registry (#42922)
* ci(packages): replace canary github publishing with npm registry * chore(drone): refresh yaml config * docs(packages): remove github package publish explanation
This commit is contained in:
@@ -909,7 +909,7 @@ def release_canary_npm_packages_step(edition):
|
||||
'end-to-end-tests-various-suite',
|
||||
],
|
||||
'environment': {
|
||||
'GITHUB_PACKAGE_TOKEN': from_secret('github_package_token'),
|
||||
'NPM_TOKEN': from_secret('npm_token'),
|
||||
},
|
||||
'commands': [
|
||||
'./scripts/circle-release-canary-packages.sh',
|
||||
|
||||
Reference in New Issue
Block a user