Skip to content

v1.10.1

Latest
Compare
Choose a tag to compare
@sapientpants sapientpants released this 29 Sep 03:39
· 10 commits to main since this release

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