Skip to content

fix(release): publish before registry sync + non-fatal registry step (v0.3.4)#16

Merged
intel352 merged 1 commit into
mainfrom
fix/release-pipeline-v0.3.4-b
May 24, 2026
Merged

fix(release): publish before registry sync + non-fatal registry step (v0.3.4)#16
intel352 merged 1 commit into
mainfrom
fix/release-pipeline-v0.3.4-b

Conversation

@intel352

Copy link
Copy Markdown
Contributor

Summary

  • Registry update step was failing due to empty REGISTRY_PAT secret, blocking the Publish step
  • Moved publish step BEFORE registry update so it always runs if goreleaser succeeds
  • Added continue-on-error: true to registry update step

Root cause

Run 26374510806: registry push failed with "Invalid username or token" (REGISTRY_PAT empty), the release stayed as draft v0.3.4

…atal

The registry update step was failing due to missing REGISTRY_PAT secret,
blocking the Publish GitHub release step. Move publish before registry
update and add continue-on-error: true to the registry step so a missing
PAT doesn't prevent the release from going public.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@intel352 intel352 merged commit 638e999 into main May 24, 2026
3 checks passed
@intel352 intel352 deleted the fix/release-pipeline-v0.3.4-b branch May 24, 2026 22: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