Skip to content

fix(release): remove duplicate draft key in goreleaser config (v1.0.4)#17

Merged
intel352 merged 1 commit into
masterfrom
fix/release-pipeline-v1.0.4
May 24, 2026
Merged

fix(release): remove duplicate draft key in goreleaser config (v1.0.4)#17
intel352 merged 1 commit into
masterfrom
fix/release-pipeline-v1.0.4

Conversation

@intel352
Copy link
Copy Markdown
Contributor

Summary

  • The release: block had draft: true at line 38 and draft: false at line 42
  • YAML unmarshal failed with mapping key "draft" already defined at line 38
  • Consolidated to single draft: false with github owner/name fields retained

Root cause

Run 26373048720 failed: yaml: unmarshal errors: line 42: mapping key "draft" already defined at line 38

The release: block had draft: true at line 38 and draft: false at line 42,
causing a YAML unmarshal error. Consolidated to a single draft: false with
the github owner/name fields retained.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@intel352 intel352 merged commit 2488b00 into master May 24, 2026
3 checks passed
@intel352 intel352 deleted the fix/release-pipeline-v1.0.4 branch May 24, 2026 22:27
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