fix: format release notification output#2631
Conversation
|
|
Thanks for the contribution! Before we can merge this, we need @jibin7jose to sign the Salesforce Inc. Contributor License Agreement. |
|
This workflow-only change does not require a package version bump, so no changeset was added. |
|
I have completed the Salesforce CLA. This PR is ready for maintainer review when workflows are approved. Thanks! |
|
The Salesforce CLA page shows that I already signed the CLA on 2026-06-21, but the Could a maintainer please refresh/re-run the CLA check when possible? |
|
Hi maintainers, |
Summary
Fixes #2610.
This updates the release workflow to write the
action_urloutput using GitHub Actions multi-line output syntax. The previousname=valueformat failed when multiple packages were published because the release URLs were joined with newlines.Requirements