Closed joshuadavidthomas closed 9 months ago
I do not know if these are new, but there are a handful of trigger events that should accomplish this:
published
released
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
First saw this in the actions/setup-node
release workflow for tagging the major version whenever there's a new release: https://github.com/actions/setup-node/blob/main/.github/workflows/release-new-action-version.yml
https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release
https://github.com/orgs/community/discussions/7118