v0.14.3-stable
·
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.