mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove Github Packages publish step (#43453)
This commit is contained in:
committed by
GitHub
parent
06d4cb0303
commit
59e153cde8
@@ -52,15 +52,6 @@ if [ $RELEASE_CHANNEL == "latest" ]; then
|
||||
done
|
||||
fi
|
||||
|
||||
# Publish to Github Packages registry
|
||||
# We do this for the convenience of developers that make use of both the canary and next / latest channels.
|
||||
|
||||
echo "@grafana:registry=https://npm.pkg.github.com" >> ~/.npmrc
|
||||
echo "//npm.pkg.github.com/:_authToken=${GITHUB_PACKAGE_TOKEN}" >> ~/.npmrc
|
||||
|
||||
echo $'\nPublishing packages to Github Packages registry'
|
||||
yarn packages:${SCRIPT} --registry https://npm.pkg.github.com
|
||||
|
||||
# When releasing stable(latest) version of packages we are updating previously published next tag(beta) to be the same version as latest
|
||||
if [ $RELEASE_CHANNEL == "latest" ]; then
|
||||
for i in "${PACKAGES[@]}"
|
||||
|
||||
@@ -115,7 +115,6 @@ def release_npm_packages_step(edition, ver_mode):
|
||||
],
|
||||
'environment': {
|
||||
'NPM_TOKEN': from_secret('npm_token'),
|
||||
'GITHUB_PACKAGE_TOKEN': from_secret('github_package_token'),
|
||||
},
|
||||
'commands': ['./scripts/build/release-npm-packages.sh ${DRONE_TAG}'],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user