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

Enable usage with merge queues #63

Open npepinpe opened 9 months ago

npepinpe commented 9 months ago

The action is not currently compatible with merge queues, as it will try and merge things directly on the main branch.

To avoid this, we have two options:

  1. Instead of merging back to the main branch, open a PR with the changes to prepare the next development version.
  2. Add persist-credentials: false to the checkout step, and anybody using it with merge queues must pass an admin personal access token.