Skip to content

Commit

Permalink
Merge pull request #1985 from bugsnag/tms/correct-expo-triggers
Browse files Browse the repository at this point in the history
Correct labels for Expo trigger steps
  • Loading branch information
twometresteve authored Jul 7, 2023
2 parents 8863c18 + 36f47a5 commit bc61c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit bc61c6e

Please sign in to comment.