Skip to content

Fix release workflow: decouple integration test version#4

Merged
arcaputo3 merged 1 commit into
mainfrom
fix/release-integration-version
Apr 2, 2026
Merged

Fix release workflow: decouple integration test version#4
arcaputo3 merged 1 commit into
mainfrom
fix/release-integration-version

Conversation

@arcaputo3
Copy link
Copy Markdown
Contributor

Summary

  • Drop PUBLISH_VERSION from the integration test step in the release workflow
  • Integration tests resolve against publishLocalTestRepo using the default 0.0.0-NIGHTLY version, not the release version

Context

The v0.1.0 release failed because PUBLISH_VERSION=0.1.0 was set for integration tests, but the test resources reference 0.0.0-NIGHTLY.

🤖 Generated with Claude Code

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) <noreply@anthropic.com>
@arcaputo3 arcaputo3 merged commit 864ba9f into main Apr 2, 2026
2 checks passed
@arcaputo3 arcaputo3 deleted the fix/release-integration-version branch April 2, 2026 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant