Merge pull request #11 from montevive/fix/publish-gh

ci: add permissions for creating releases in publish workflow
This commit is contained in:
JM Robles
2025-06-29 23:04:49 +02:00
committed by GitHub

View File

@@ -20,6 +20,8 @@ jobs:
needs: check-tests
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.event_name == 'push'
permissions:
contents: write # Required for creating releases
steps:
- uses: actions/checkout@v4