Skip to content

Commit dafcd75

Browse files
committed
chore: revert branch release changes
1 parent 80defa7 commit dafcd75

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/feat/polls-impl' }}
16+
name: Build SampleApp iOS and Deploy-${{ github.ref == 'refs/heads/develop' }}
1717
runs-on: [macos-14]
1818
steps:
1919
- name: Connect Bot
@@ -36,14 +36,14 @@ jobs:
3636
run: bundle exec pod install
3737
- name: Build and release Testflight QA
3838
working-directory: examples/SampleApp
39-
run: bundle exec fastlane deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/feat/polls-impl' }};
39+
run: bundle exec fastlane deploy_to_testflight_qa deploy:${{ github.ref == 'refs/heads/develop' }};
4040
env:
4141
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
4242
MATCH_GIT_BASIC_AUTHORIZATION: ${{ secrets.MATCH_GIT_BASIC_AUTHORIZATION }}
4343
APPSTORE_API_KEY: ${{ secrets.APPSTORE_API_KEY }}
4444

4545
build_and_deploy_android_s3:
46-
name: Build SampleApp Android and Deploy-${{ github.ref == 'refs/heads/feat/polls-impl' }}
46+
name: Build SampleApp Android and Deploy-${{ github.ref == 'refs/heads/develop' }}
4747
runs-on: ubuntu-latest
4848
steps:
4949
- uses: actions/checkout@v2
@@ -64,13 +64,13 @@ jobs:
6464
rm -rf $HOME/.gradle/caches/ && ./gradlew assembleRelease
6565
- name: Configure AWS credentials
6666
uses: aws-actions/configure-aws-credentials@v1
67-
if: ${{ github.ref == 'refs/heads/feat/polls-impl' }}
67+
if: ${{ github.ref == 'refs/heads/develop' }}
6868
with:
6969
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
7070
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
7171
aws-region: us-east-1
7272
- name: Upload APK
73-
if: ${{ github.ref == 'refs/heads/feat/polls-impl' }}
73+
if: ${{ github.ref == 'refs/heads/develop' }}
7474
# https://getstream.io/downloads/rn-sample-app.apk
7575
run: |
7676
cp examples/SampleApp/android/app/build/outputs/apk/release/app-release.apk rn-sample-app.apk

0 commit comments

Comments
 (0)