From b317ff6f063877d0cd54b018c465f658f1fec432 Mon Sep 17 00:00:00 2001 From: Richie Caputo Date: Thu, 2 Apr 2026 11:33:31 -0400 Subject: [PATCH] Fix release workflow: don't set PUBLISH_VERSION for integration tests Integration tests resolve against publishLocalTestRepo which uses the default 0.0.0-NIGHTLY version. Setting PUBLISH_VERSION causes a mismatch since the test resources reference 0.0.0-NIGHTLY, not the release version. Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/release.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b4602fa..01dff3c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,8 +91,6 @@ jobs: run: ./mill --no-server millbun.test - name: Integration tests - env: - PUBLISH_VERSION: ${{ steps.version.outputs.version }} run: ./mill --no-server millbun.integration - name: Reset cached publish metadata