fix: remove npm cache and fix release notes shell injection #11

Merged
josh merged 1 commits from fix/release-workflow into dev 2026-03-28 13:51:49 -04:00
Owner

cache: npm caused ~4min ETIMEDOUT on every run (cache service unreachable).

Commit messages containing backticks were shell-expanded inside the
curl -d "..." string, causing 'sha: No such file or directory'. Fixed by
writing release notes to a temp file and using python3 to build the JSON
payload, then passing it to curl with --data @file.

Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com

cache: npm caused ~4min ETIMEDOUT on every run (cache service unreachable). Commit messages containing backticks were shell-expanded inside the curl -d "..." string, causing 'sha: No such file or directory'. Fixed by writing release notes to a temp file and using python3 to build the JSON payload, then passing it to curl with --data @file. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
josh added 1 commit 2026-03-28 13:51:32 -04:00
fix: remove npm cache and fix release notes shell injection
All checks were successful
CI / test (pull_request) Successful in 14s
CI / build-dev (pull_request) Has been skipped
3233d65db0
cache: npm caused ~4min ETIMEDOUT on every run (cache service unreachable).

Commit messages containing backticks were shell-expanded inside the
curl -d "..." string, causing 'sha: No such file or directory'. Fixed by
writing release notes to a temp file and using python3 to build the JSON
payload, then passing it to curl with --data @file.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
josh scheduled this pull request to auto merge when all checks succeed 2026-03-28 13:51:37 -04:00
josh merged commit 7b2a996c21 into dev 2026-03-28 13:51:49 -04:00
josh deleted branch fix/release-workflow 2026-03-28 13:51:50 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: josh/Catalyst#11