When skip-github-release: true is set, release-please-action should still output the calculated tag (for example v1.2.3).
Skipping GitHub Release creation should only skip the creation step, not hide computed metadata that is useful to downstream workflow steps.
We use release-please for version/tag calculation, but create releases in later custom steps. Without a tag output, workflows must parse PR data or reconstruct the tag manually.
Please expose the computed tag output even when GitHub Release creation is skipped (including per-component/path outputs where relevant).
When
skip-github-release: trueis set, release-please-action should still output the calculated tag (for examplev1.2.3).Skipping GitHub Release creation should only skip the creation step, not hide computed metadata that is useful to downstream workflow steps.
We use release-please for version/tag calculation, but create releases in later custom steps. Without a tag output, workflows must parse PR data or reconstruct the tag manually.
Please expose the computed tag output even when GitHub Release creation is skipped (including per-component/path outputs where relevant).