How to push git Tag after successfull publishing of build to playstore. #1059
Unanswered
furqanullah717
asked this question in
Q&A
Replies: 1 comment 2 replies
-
I actually wrote a library to do something similar, but flipped around: https://github.com/SUPERCILEX/version-orchestrator. What you're describing is relatively simple: upon a successful CI build, add a git tag and push. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hi, I want to create a tag every time a build is successfully published to the play store. I need to get the versionCode from the build and create a Git Tag. is something like this possible if yes, can you guide me in that direction?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions