From bc281ab146c41c9aebb59f2d01ce1f1cc937c04b Mon Sep 17 00:00:00 2001 From: Josh Hunt Date: Fri, 19 Sep 2025 14:07:33 +0100 Subject: [PATCH] CI: Specify canary input when dispatching npm publish (#111375) --- .github/workflows/release-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 99c207dcfde..650ba6a67c1 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -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.