From 7412bb107f8a02fb75152aa5dd51419a981479d7 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 24 Jul 2025 18:18:57 -0700 Subject: [PATCH] sigh --- .github/workflows/pull-request-comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-comment.yml b/.github/workflows/pull-request-comment.yml index 7d59b54ccc..e2acded2a8 100644 --- a/.github/workflows/pull-request-comment.yml +++ b/.github/workflows/pull-request-comment.yml @@ -155,11 +155,11 @@ jobs: run: SENTRY_DIST=${{ steps.sentry.outputs.SENTRY_DIST }} SENTRY_RELEASE=${{ steps.sentry.outputs.SENTRY_RELEASE }} SENTRY_AUTH_TOKEN=${{ secrets.SENTRY_AUTH_TOKEN }} SENTRY_DSN=${{ secrets.SENTRY_DSN }} EXPO_PUBLIC_ENV="pull-request" yarn export - name: 📦 Package Bundle and 🚀 Deploy - run: yarn use-bui-number bash scripts/bundleUpdate.sh + run: yarn use-build-number bash scripts/bundleUpdate.sh env: DENIS_API_KEY: ${{ secrets.DENIS_API_KEY }} CHANNEL_NAME: pull-request-${{ github.event.issue.number }} - BUNDLE_VERSION: + RUNTIME_VERSION: - name: 💬 Drop a comment