Description
On the package publish instructions page, clicking the copy button for the GitHub Actions workflow code results in undefined being copied to the clipboard instead of the actual YAML code.
Steps to Reproduce
- Navigate to a package's publish page (e.g., /@scope/package/publish)
- Scroll to the "Publish from CI" section
- Click the copy button (📋) next to the workflow code block
- Paste the clipboard contents
- Expected: Clean YAML workflow code
- Actual: undefined