increment-semantic-version icon indicating copy to clipboard operation
increment-semantic-version copied to clipboard

using an environment variable as the current_version

Open OdedRub opened this issue 1 year ago • 3 comments

Hi, I'm trying for some time now to make the incremental versioning automatic by passing the previous version to the plugin as the current_version, but it keeps giving the error "previous version '$ENV' is not a semantic version. I made sure that the value of environment variable (ENV) is actually a valid semantic version (1.0.6) by printing it in different steps. Is there anything I need to know regarding this issue?

OdedRub avatar Feb 09 '23 14:02 OdedRub