You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want(ed) to make an automated release workflow that is triggered only manually without relying on "interesting categories" extracted from the commit messages. Would be nice to support such a scenario..
The text was updated successfully, but these errors were encountered:
With the following pom.xml config:
The following command both locally and in the GitHub workflow, evaluates to
1.0.0-SNAPSHOT
instead of1.0.0
version=$(mvn -B -ntp -Dset.changelist -Dexpression=project.version -q -DforceStdout help:evaluate)
making the action unusable.
I want(ed) to make an automated release workflow that is triggered only manually without relying on "interesting categories" extracted from the commit messages. Would be nice to support such a scenario..
The text was updated successfully, but these errors were encountered: