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:
Jack Westbrook
2021-12-13 09:50:19 +01:00
committed by GitHub
parent c6483cd8ed
commit da75e4b910
4 changed files with 7 additions and 32 deletions
+1 -1
View File
@@ -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',