From 36f47a50feb0dd59aa69aa96aaf1dc8953113434 Mon Sep 17 00:00:00 2001 From: Steve Kirkland-Walton Date: Thu, 6 Jul 2023 17:34:51 +0100 Subject: [PATCH] Correct labels for Expo trigger steps --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 9f96cc0f05..6b0b344c5b 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -149,7 +149,7 @@ steps: # a branch name that's safe to use as a docker cache identifier BUGSNAG_JS_CACHE_SAFE_BRANCH_NAME: "${BRANCH_NAME}" - - label: "@bugsnag/expo v46-next" + - label: "@bugsnag/expo v47-next" depends_on: "publish-js" trigger: "bugsnag-expo" build: @@ -160,7 +160,7 @@ steps: # a branch name that's safe to use as a docker cache identifier BUGSNAG_JS_CACHE_SAFE_BRANCH_NAME: "${BRANCH_NAME}" - - label: "@bugsnag/expo v45-next" + - label: "@bugsnag/expo v46-next" depends_on: "publish-js" trigger: "bugsnag-expo" build: