We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4291a0 commit 844ac12Copy full SHA for 844ac12
.github/workflows/release.yml
@@ -51,13 +51,13 @@ jobs:
51
git checkout --orphan temporary
52
git add --all .
53
git commit -am "[Auto] Update metadata for versionCode: ${{ steps.download-assets.outputs.VERSION_CODE }} ($(date +%Y-%m-%d.%H:%M:%S))"
54
- git branch -D fastlane
55
- git branch -m fastlane
56
- git push --force origin fastlane
+ git branch -D fastlane-android
+ git branch -m fastlane-android
+ git push --force origin fastlane-android
57
58
- name: Push version to production
59
run: |
60
bundle exec fastlane promoteToProduction version_code:${{ steps.download-assets.outputs.VERSION_CODE }}
61
if [[ $? -ne 0 ]]; then
62
exit 1
63
- fi
+ fi
0 commit comments