Skip to content

Script to increment build number fails #2864

Closed Answered by dam-ease
MbuthiaWaKihara asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @MbuthiaWaKihara,
Please can you confirm that the value of GCLOUD_SERVICE_ACCOUNT_CREDENTIALS is in plain text and not base64 encoded? If you would like to encode the value, then you will need to decode it before the google-play get-latest-build-number step using

export GCLOUD_SERVICE_ACCOUNT_CREDENTIALS=$(echo $GCLOUD_SERVICE_ACCOUNT_CREDENTIALS | base64 --decode)

More details about this can also be found here

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@MbuthiaWaKihara
Comment options

Answer selected by MbuthiaWaKihara
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants