Skip to content

Commit c49bd5b

Browse files
committed
chore: branch build
1 parent cffa89c commit c49bd5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/sample-distribution.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
build_and_deploy_ios_testflight_qa:
16-
name: Build SampleApp iOS and Deploy-${{ github.ref == 'refs/heads/develop' }}
16+
name: Build SampleApp iOS and Deploy-${{ github.ref == 'refs/heads/chore/test-build-system-again' }}
1717
runs-on: [macos-14]
1818
steps:
1919
- name: Connect Bot
@@ -38,14 +38,14 @@ jobs:
3838
bundle exec pod install
3939
- name: Build and release Testflight QA
4040
working-directory: examples/SampleApp
41-
run: bundle exec fastlane deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/develop' }};
41+
run: bundle exec fastlane deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/chore/test-build-system-again' }};
4242
env:
4343
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
4444
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
4545
APPSTORE_API_KEY: ${{ secrets.APPSTORE_API_KEY }}
4646

4747
build_and_deploy_android_s3:
48-
name: Build SampleApp Android and Deploy-${{ github.ref == 'refs/heads/develop' }}
48+
name: Build SampleApp Android and Deploy-${{ github.ref == 'refs/heads/chore/test-build-system-again' }}
4949
runs-on: ubuntu-latest
5050
steps:
5151
- uses: actions/checkout@v2
@@ -66,13 +66,13 @@ jobs:
6666
rm -rf $HOME/.gradle/caches/ && ./gradlew assembleRelease
6767
- name: Configure AWS credentials
6868
uses: aws-actions/configure-aws-credentials@v1
69-
if: ${{ github.ref == 'refs/heads/develop' }}
69+
if: ${{ github.ref == 'refs/heads/chore/test-build-system-again' }}
7070
with:
7171
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
7272
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
7373
aws-region: us-east-1
7474
- name: Upload APK
75-
if: ${{ github.ref == 'refs/heads/develop' }}
75+
if: ${{ github.ref == 'refs/heads/chore/test-build-system-again' }}
7676
# https://getstream.io/downloads/rn-sample-app.apk
7777
run: |
7878
cp examples/SampleApp/android/app/build/outputs/apk/release/app-release.apk rn-sample-app.apk

0 commit comments

Comments
 (0)