NTP-34529 | Old Feedback not visible fix (#1082)

This commit is contained in:
Mantri Ramkishor
2025-02-04 19:13:00 +05:30
committed by GitHub
parent 5d77721dd8
commit 81c69c41be
6 changed files with 18 additions and 8 deletions

View File

@@ -56,10 +56,10 @@ jobs:
run: appcenter login --token ${{ secrets.APP_CENTER_LOGIN_TOKEN }}
- name: CodePush QA
if: ((github.event.inputs.environment == 'QA' || inputs.environment == 'QA'))
run: yarn move:qa && appcenter codepush release-react -a nfa-navi.com/nfa-app -d Staging -t "${{github.event.inputs.target_versions}}" --description "${{github.event.inputs.description}}"
run: yarn move:qa && yarn prepare-codepush-field-build && appcenter codepush release-react -a nfa-navi.com/nfa-app -d Staging -t "${{github.event.inputs.target_versions}}" --description "${{github.event.inputs.description}}"
- name: CodePush Prod
if: ((github.event.inputs.environment == 'Prod' || inputs.environment == 'Prod'))
run: yarn move:prod && appcenter codepush release-react -a nfa-navi.com/nfa-app -d Production -t "${{github.event.inputs.target_versions}}" --description "${{github.event.inputs.description}}"
run: yarn move:prod && yarn prepare-codepush-field-build && appcenter codepush release-react -a nfa-navi.com/nfa-app -d Production -t "${{github.event.inputs.target_versions}}" --description "${{github.event.inputs.description}}"
generate_source_map:
needs: generate