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

v1.10.1

Choose a tag to compare

@sapientpants sapientpants released this 29 Sep 03:39

Patch Changes

  • #296 2b46244 - Fix Docker build workflow ordering to ensure artifacts exist before release

    • Split version determination from release creation in main workflow
    • Build Docker image BEFORE creating GitHub release
    • Ensures Docker artifact exists when publish workflow is triggered
    • Prevents race condition where publish workflow can't find Docker artifacts
  • 4ceaf1f - test: verify workflow fixes are working correctly

    Testing the prepare-release-assets workflow after refactoring