Wrap a environment variable in quotes

Hello. I’m using an environment variable from a github tag to set my Android version (anrdoidVersion in gradle) however this needs to be wrapped in quotes so

0.6.3 fails but “0.6.3” works but I’d rather not tag releases like this.

How can I wrap the tag in quotes?

Thanks!

Actually it looks like i could just do versionName “appVersionName” and everything functions fine.

Thanks.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.