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