Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

v1.10.9

Choose a tag to compare

@sapientpants sapientpants released this 11 Oct 12:27

Patch Changes

  • ac24e63 - Fix cross-workflow artifact downloads by adding run-id parameter

    The Publish workflow was unable to download artifacts from the Main workflow because the actions/download-artifact@v4 action defaults to only downloading artifacts from the current workflow run. Added the run-id and github-token parameters to all three download steps (NPM, GitHub Packages, and Docker) to enable cross-workflow artifact access.