Skip to content

1.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Aug 00:57
· 3 commits to main since this release
Grant the release workflow permission to create releases

The repository default is a read-only GITHUB_TOKEN, so `gh release create`
failed with "HTTP 403: Resource not accessible by integration" — the build
succeeded and only the publish step failed. Declaring `contents: write` on
the job fixes it without depending on a repository-level setting.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>