Skip to content

fix: reproducible-build workflow was invalid YAML - #961

Merged
EightRice merged 1 commit into
masterfrom
fix/reproducible-build-workflow-yaml
Aug 13, 2026
Merged

EightRice merged 1 commit into
masterfrom
fix/reproducible-build-workflow-yaml

Conversation

@EightRice

Copy link
Copy Markdown
Collaborator

The multi-line release notes passed to gh release create --notes started at column 0 inside the run: | block, terminating the YAML block scalar and making the whole workflow file unparseable — every trigger since #959 merged failed in 0s with "workflow file issue", including the v6.0.0 tag push.

Fix: build the notes with echo lines into $RUNNER_TEMP/release-notes.md and use --notes-file. Workflow YAML now validates.

After merge: re-push the v6.0.0 tag to re-trigger the release pipeline.

@netlify

netlify Bot commented Aug 13, 2026 •

Copy link
Copy Markdown

✅ Deploy Preview for tezos-homebase ready!

Name Link
🔨 Latest commit 02bddfd
🔍 Latest deploy log https://app.netlify.com/projects/tezos-homebase/deploys/6a7db3d0b83cfc0008899f38
😎 Deploy Preview https://deploy-preview-961--tezos-homebase.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 23 (🔴 down 4 from production)
Accessibility: 91 (no change from production)
Best Practices: 83 (no change from production)
SEO: 92 (no change from production)
PWA: 70 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

@EightRice
EightRice merged commit b0b1c41 into master Aug 13, 2026
6 checks passed
@EightRice
EightRice deleted the fix/reproducible-build-workflow-yaml branch August 13, 2026 12:41
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