Skip to content

Conversation

@EddyTheCo
Copy link
Contributor

Add the release in the main action.
The release will only be trigger on tags push, only people with high privileges can push tags, so no security problem. Having it in a separate action file does not work because the workflow_run can not know if was a tag push or a pull request. Having it together with the main build action improves maintainability because we do not have to repeat the build step.

Add the release in the main action.
The release will only be trigger on tags push, only people with
high privileges can push tags, so no security problem.
Having it in a separate action file does not work because the
workflow_run can not know if was a tag push or a pull request.
Having  it together with the main build action improves maintainability
because we do not have to repeat the build step.

Signed-off-by: Eduardo Gonzalez <eduardo.gonzalez@amarulasolutions.com>
@AndreaRicchi AndreaRicchi merged commit 713eea5 into main Sep 29, 2025
2 checks passed
@EddyTheCo EddyTheCo deleted the fix_release_action branch October 10, 2025 18:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants