Is there a way to push git tag from appcenter build script? I am trying to push git tags from appcenter's build script -
git tag 'test'
git push origin 'test'
But I keep getting the following error -
fatal: could not read Password for {username}: terminal prompts disabled
I was expecting to work it out with ssh key or password prompts but nothing worked. Is there something similar to this for appcenter -
Please let me know if I can clarify further.
We went over this over support, but thought would be good to share here too.
If the repository is public, it should just work. But if it is private, here's what you can do (use Bitbucket as an example):