camunda-community-hub / community-action-maven-release

Opinionated GitHub action to release community projects to Maven Central
Apache License 2.0
7 stars 4 forks source link

Add actions-tagger #30

Closed celanthe closed 2 years ago

celanthe commented 2 years ago

Added https://github.com/marketplace/actions/actions-tagger to the community action maven release to test if this will automate tagging to latest to hopefully resolve #28

celanthe commented 2 years ago

Hi @berndruecker! :) I managed to debug this, made the changes you suggested, and figured out why the pre-commit was failing. I had to update the formatting on line 117 to allow for nested mappings by adding quotes. The pre-commit check passed now, so this should be okay to approve.

Once that's done, I can cut a new release and tag it with latest which should allow for the action to kick off and ideally, for your workflow in #28 to complete successfully.

berndruecker commented 2 years ago

ok