Skip to content

Commit

Permalink
updated script
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Dec 20, 2023
1 parent 91cc3ba commit 1b2e806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
run: |
cd ./packages/react-native-room-kit/example/ios
npm install -g [email protected]
firebase appdistribution:distribute RNExample.ipa --app 1:408505141940:ios:1d2339892d9ffd8cc325e1 --token 1//0gjWcMdJYEpEcCgYIARAAGBASNwF-L9IrcDSgY5biRN0sdBG_oa4rSkmwGdb4wv0Kf30mhAmWwg6UFHN-21NskMGsriwsjI7eRdI --release-notes-file ../ExampleAppChangelog.txt --groups internal,External
firebase appdistribution:distribute output.ipa --app 1:408505141940:ios:1d2339892d9ffd8cc325e1 --token 1//0gjWcMdJYEpEcCgYIARAAGBASNwF-L9IrcDSgY5biRN0sdBG_oa4rSkmwGdb4wv0Kf30mhAmWwg6UFHN-21NskMGsriwsjI7eRdI --release-notes-file ../ExampleAppChangelog.txt --groups internal,External
# - name: Publish artifact
# uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1b2e806

Please sign in to comment.