What happened?
Since the transition to GitHub OAuth for publishing to npm, the workflow that is triggered on merging a PR to main that was supposed to publish commit-hash-tagged npm packages for that PR was not updated and was failing.
In the interest of developer time and a green pipeline, we've since removed the publishing of dev packages from the pipeline, but it would be nice to add it back in once there's bandwidth to address the creation of a shared workflow for publishing.
Relevant log output
https://github.com/frequency-chain/frequency/actions/runs/20728882400/job/59511449792
What happened?
Since the transition to GitHub OAuth for publishing to npm, the workflow that is triggered on merging a PR to
mainthat was supposed to publish commit-hash-tagged npm packages for that PR was not updated and was failing.In the interest of developer time and a green pipeline, we've since removed the publishing of dev packages from the pipeline, but it would be nice to add it back in once there's bandwidth to address the creation of a shared workflow for publishing.
Relevant log output