Skip to content

v1.3.0

Latest

Choose a tag to compare

@github-actions github-actions released this 24 Feb 23:29
· 4 commits to main since this release
be04359
fix: add contents:write permission to Release workflow

The GITHUB_TOKEN needs write access to create releases and upload
assets. Without explicit permissions, the default read-only token
causes HTTP 403 errors.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>