quarkiverse / quarkus-github-action

Develop your GitHub Actions in Java with Quarkus.
https://docs.quarkiverse.io/quarkus-github-action/dev/index.html
Apache License 2.0
21 stars 7 forks source link

Artifact Version Must Be Manually Changed in action.yml when Releasing a New Project Version #315

Open gcw-it opened 2 months ago

gcw-it commented 2 months ago

While experimenting with the extension I found it quite error prone, to have to manually change the artifact-version for the jbang run command in the action.yml file, when releasing a new project version.

Right now the version in the action.yml is set once, when the project is created via the codestart. Any subsequent changes to the project version won't affect the version in the action.yml.

If desired, I can create a PR adjusting the codestart template for the action.yml, to read the artifact-version from the suitable pom.xml, when running the action.