Skip to content

v0.14.3-stable

Choose a tag to compare

@github-actions github-actions released this 13 Jun 15:33
· 85 commits to main since this release
fix: add contents: write permission for release workflow

The GITHUB_TOKEN defaults to read-only permissions, which causes
softprops/action-gh-release@v3 to fail with 403 when creating a
release or uploading assets. Adding permissions: contents: write
at the workflow level grants the necessary access.