-
-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
using an environment variable as the current_version #15
Comments
Hi which version of the action are you using? Cheers |
Hey, thanks for your response. with |
Great action; just wanted to "plus 1" this request to allow the current-version to be an environment variable |
Note to people here if they still care: |
@asheliahut Thank you for finding out. |
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?
The text was updated successfully, but these errors were encountered: