With Automatically delete head branches ON we no longer accumulate merged branches, but the tag workflow broke, because the merged branch was deleted before the workflow could tag it.
This fix:
Tags the just merged main branch instead of the removed merged branch.
Allows to call tag manually, in which case the branch to tag for release is an input parameter defaulting to main.
The SBOM PR in triggered by the release workflow completion. The version is taken as an output from the release.
With
Automatically delete head branches
ON we no longer accumulate merged branches, but the tag workflow broke, because the merged branch was deleted before the workflow could tag it.This fix:
main
branch instead of the removed merged branch.main
.All Submissions: