Skip to content

Commit 844ac12

Browse files
authored
chore: fix release pipeline (#2643)
1 parent f4291a0 commit 844ac12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ jobs:
5151
git checkout --orphan temporary
5252
git add --all .
5353
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
54+
git branch -D fastlane-android
55+
git branch -m fastlane-android
56+
git push --force origin fastlane-android
5757
5858
- name: Push version to production
5959
run: |
6060
bundle exec fastlane promoteToProduction version_code:${{ steps.download-assets.outputs.VERSION_CODE }}
6161
if [[ $? -ne 0 ]]; then
6262
exit 1
63-
fi
63+
fi

0 commit comments

Comments
 (0)