fix(ci): add contents:write permission for release job to push tags

This commit is contained in:
Stefano Bertelli 2026-04-03 00:03:44 -05:00
parent bde7a82224
commit 87989b899d

View file

@ -93,6 +93,8 @@ jobs:
needs: test
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
runs-on: ubuntu-latest
permissions:
contents: write
outputs:
new_tag: ${{ steps.version.outputs.new_tag }}
new_version: ${{ steps.version.outputs.new_version }}