← 모든 릴리스 · 2026-05-13 · release

v0.1.91

v0.1.91 — Cloudflare web-deploy 한글 commit message UTF-8 에러 fix

변경 사항

문제

✘ [ERROR] A request to the Cloudflare API failed.
Invalid commit message, it must be a valid UTF-8 string. [code: 8000111]

원인

해결 (.github/workflows/release.yml)

VERSION=$(node -p "require('./package.json').version")
SHORT_SHA=$(git rev-parse --short HEAD)
npx wrangler pages deploy web \
-project-name viewwork \
-branch main \
-commit-message="release v${VERSION}" \
-commit-hash="${SHORT_SHA}"

파일 변경

검증


← v0.1.90 v0.1.92 →

📦 GitHub 릴리스 노트: v0.1.91