fix
This commit is contained in:
@@ -81,6 +81,7 @@ jobs:
|
|||||||
uses: marocchino/sticky-pull-request-comment@v2
|
uses: marocchino/sticky-pull-request-comment@v2
|
||||||
with:
|
with:
|
||||||
header: pull-request-eas-build-${{ github.sha }}
|
header: pull-request-eas-build-${{ github.sha }}
|
||||||
|
number: ${{ github.event.issue.number }}
|
||||||
message: |
|
message: |
|
||||||
An OTA deployment has been requested and is now running...
|
An OTA deployment has been requested and is now running...
|
||||||
|
|
||||||
@@ -154,7 +155,7 @@ 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
|
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
|
- name: 📦 Package Bundle and 🚀 Deploy
|
||||||
run: yarn use-build-number bash scripts/bundleUpdate.sh
|
run: yarn use-bui-number bash scripts/bundleUpdate.sh
|
||||||
env:
|
env:
|
||||||
DENIS_API_KEY: ${{ secrets.DENIS_API_KEY }}
|
DENIS_API_KEY: ${{ secrets.DENIS_API_KEY }}
|
||||||
CHANNEL_NAME: pull-request-${{ github.event.issue.number }}
|
CHANNEL_NAME: pull-request-${{ github.event.issue.number }}
|
||||||
@@ -165,6 +166,7 @@ jobs:
|
|||||||
uses: marocchino/sticky-pull-request-comment@v2
|
uses: marocchino/sticky-pull-request-comment@v2
|
||||||
with:
|
with:
|
||||||
header: pull-request-eas-build-${{ github.sha }}
|
header: pull-request-eas-build-${{ github.sha }}
|
||||||
|
number: ${{ github.event.issue.number }}
|
||||||
message: |
|
message: |
|
||||||
Your requested OTA deployment was successful! You may now apply it by pressing the link below.
|
Your requested OTA deployment was successful! You may now apply it by pressing the link below.
|
||||||
|
|
||||||
@@ -180,6 +182,7 @@ jobs:
|
|||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
header: pull-request-eas-build-${{ github.sha }}
|
header: pull-request-eas-build-${{ github.sha }}
|
||||||
|
number: ${{ github.event.issue.number }}
|
||||||
message: |
|
message: |
|
||||||
Your requested OTA deployment was unsuccessful. See action logs for more details.
|
Your requested OTA deployment was unsuccessful. See action logs for more details.
|
||||||
---
|
---
|
||||||
|
|||||||
Reference in New Issue
Block a user