CI: Specify canary input when dispatching npm publish (#111375)

This commit is contained in:
Josh Hunt
2025-09-19 13:07:33 +00:00
committed by GitHub
parent b7bb62747a
commit bc281ab146
+2 -1
View File
@@ -293,7 +293,8 @@ jobs:
--ref main \
--field grafana_commit="$GRAFANA_COMMIT" \
--field version="$VERSION" \
--field build_id="$BUILD_ID"
--field build_id="$BUILD_ID"\
--field version_type="canary"
# notify-pr creates (or updates) a comment in a pull request to link to this workflow where the release artifacts are
# being built.