On PR merge #12845
Triggered via workflow run
July 22, 2025 17:34
dreamorosi
completed
97dedf0
Status
Failure
Total duration
17s
Artifacts
–
on_merged_pr.yml
on: workflow_run
get_pr_details
/
export_pr_details
5s
release_label_on_merge
5s
Annotations
1 error
release_label_on_merge
Unable to find related issue for PR number 4195.
Body details: "## Summary\r\n\r\nThis PR updates the `make-release` and `publish-package` Github workflows to switch from using publish commands from `lerna` to the native `npm` publish command to publish the packages to the npm registry.\r\n\r\n### Changes\r\n\r\n- Updated the `lerna publish` command to `npm publish` in the `make-release.yml` and `publish-package.yml` Github workflows\r\n- For generating provenance statements, the `--provenance` flag was used\r\n- The `from-package` from lerna was removed as `npm publish` uses the `--workspaces` flag to publish all the workspaces which are not marked as `private`. If a package with the same version is tried to be published, it will throw an error\r\n- To publish an individual package through `publish-package.yml`, the `--workspace <workspace-path>` was used\r\n\r\n**Issue number:** \r\n#4171 \r\n\r\n---\r\n\r\nBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.\r\n\r\n**Disclaimer**: We value your time and bandwidth. As such, any pull requests created on non-triaged issues might not be successful.\r\n"
|