Skip to content

Commit

Permalink
chore: updated the build
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-hades committed Apr 23, 2024
1 parent a1d98f3 commit 9fe21e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CICD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,8 @@ jobs:
run: |
if [[ ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == false}} == true ]]
then
echo "IOS_SIGN_TYPE=adhoc" >> $GITHUB_ENV
echo "DEPLOY_TARGET=firebase" >> $GITHUB_ENV
echo "IOS_SIGN_TYPE=appstore" >> $GITHUB_ENV
echo "DEPLOY_TARGET=testflight" >> $GITHUB_ENV
echo "APP_VERSION=9.9.9" >> $GITHUB_ENV
echo "RELEASE_NOTES=release_notes:${{ github.head_ref }}" >> $GITHUB_ENV
else
Expand Down

0 comments on commit 9fe21e4

Please sign in to comment.