release-please-action not tagging releases after manifest-pr
is merged
#719
Labels
type: question
Request for information or clarification. Not an issue.
TL;DR
Here is an implementation of creating a release PR: https://github.com/ipfs/ipfs-companion/blob/main/.github/workflows/ci.yml#L96-L104
This creates the release PR as expected. On merging this PR, this action runs again, but does nothing. The expectation is not to create a release, because the need is to add more assets to the created release. The release step is separate and is executed when a new tag gets pushed. However release-please-action does not push the tag hence this step never gets executed.
Expected behavior
Since release-please-action is only being used to create a collector PR and not the release itself, the expectation as per the documentation was:
This does not happen if the release step is not happening.
Observed behavior
The release PR merges without creating a release tag, breaking the workflow.
Action YAML
Log output
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: