We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0bac1 commit 25537eeCopy full SHA for 25537ee
.github/workflows/release.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- name: Push version to production
54
run: |
55
- bundle exec fastlane promoteToProduction version_code:${{ steps.download-assets.outputs.VERSION_CODE }}
+ fastlane promoteToProduction version_code:${{ steps.download-assets.outputs.VERSION_CODE }}
56
if [[ $? -ne 0 ]]; then
57
exit 1
58
fi
0 commit comments