Skip to content

Commit

Permalink
assume 1.0.0 for our testflight series for ci test apps
Browse files Browse the repository at this point in the history
  • Loading branch information
namidan committed Oct 30, 2022
1 parent c4f0942 commit 39b4735
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/app_prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,9 @@ jobs:
pip3 install pydantic
pip3 install cryptography
pip3 install PyJWT
python3 get_current_version.py com.namiml.app.testflutter --prerelease > $RUNNER_TEMP/.current_version
python3 get_next_build.py com.namiml.app.testflutter --prerelease > $RUNNER_TEMP/.next_build_number
echo "1.0.0" > $RUNNER_TEMP/.current_version
export CURRENT_VERSION=`cat $RUNNER_TEMP/.current_version`
python3 get_next_build.py com.namiml.app.testflutter --prerelease --version=$CURRENT_VERSION > $RUNNER_TEMP/.next_build_number
working-directory: appstoreconnect-build-tools
env:
APPSTORE_API_KEY_ID: '${{ secrets.APPSTORE_API_KEY_ID }}'
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/app_stg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,9 @@ jobs:
pip3 install pydantic
pip3 install cryptography
pip3 install PyJWT
python3 get_current_version.py com.namiml.stg.testflutter --prerelease > $RUNNER_TEMP/.current_version
python3 get_next_build.py com.namiml.stg.testflutter --prerelease > $RUNNER_TEMP/.next_build_number
echo "1.0.0" > $RUNNER_TEMP/.current_version
export CURRENT_VERSION=`cat $RUNNER_TEMP/.current_version`
python3 get_next_build.py com.namiml.stg.testflutter --prerelease --version=$CURRENT_VERSION > $RUNNER_TEMP/.next_build_number
working-directory: appstoreconnect-build-tools
env:
APPSTORE_API_KEY_ID: '${{ secrets.APPSTORE_API_KEY_ID }}'
Expand Down

0 comments on commit 39b4735

Please sign in to comment.