-
Notifications
You must be signed in to change notification settings - Fork 553
fix: branch release for open-event-attendee #2484
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@iamareebjamal should fix the branch release |
scripts/update-apk.sh
Outdated
@@ -69,6 +69,7 @@ if $IS_PUBLISH_BRANCH ;then | |||
if $PR_FOR_RELEASE ;then | |||
exit 0 | |||
fi | |||
cd apk |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't we just remove cd ..
above and change paths accordingly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iamareebjamal i didn't get what you meant by changing paths accordingly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The path of apk and fastlane json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yes, we can definitely do that. Let me update the pr
Signed-off-by: rcs10 <dhanueshrc28@gmail.com>
Signed-off-by: rcs10 <dhanueshrc28@gmail.com>
Fixes #2483