Skip to content

Fix release workflow: build and upload in single workflow#34

Merged
erikdarlingdata merged 1 commit intodevfrom
feature/fix-release-chain
Mar 5, 2026
Merged

Fix release workflow: build and upload in single workflow#34
erikdarlingdata merged 1 commit intodevfrom
feature/fix-release-chain

Conversation

@erikdarlingdata
Copy link
Owner

Problem

GITHUB_TOKEN events don't trigger other workflows. The release workflow created the tag, but the build workflow's on: release event never fired — so zips were never attached.

Fix

Merged both into a single release workflow: create release → build → publish → zip → upload. CI workflow is now just build+test for PRs/pushes.

Test

v0.8.1 release exists but has no zips. After this fix, the next dev→main merge will work end-to-end.

🤖 Generated with Claude Code

GITHUB_TOKEN events don't trigger other workflows, so the two-workflow
chain (release creates tag → build uploads zips) never worked. Now the
release workflow handles everything: create release, build, publish,
zip, upload. CI workflow stays as just build+test for PRs/pushes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@erikdarlingdata erikdarlingdata merged commit 493a97c into dev Mar 5, 2026
@erikdarlingdata erikdarlingdata deleted the feature/fix-release-chain branch March 5, 2026 15:17
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