fix: add contents:write permission to release workflow

This commit is contained in:
Davide Ferrari
2025-12-22 18:42:03 +01:00
parent 248d80bd2a
commit c552e8ebec

View File

@@ -5,6 +5,9 @@ on:
types: [published]
workflow_dispatch:
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest