fix : fixing prerelease job permission

This commit is contained in:
Julio MATARRANZ 2024-05-28 10:24:34 +02:00 committed by GitHub
parent 1a519c3531
commit bb538a4b4c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,6 +44,9 @@ jobs:
prerelease: prerelease:
needs: build needs: build
permissions:
contents: write
discussions: write
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: github.ref == 'refs/heads/dev' if: github.ref == 'refs/heads/dev'
steps: steps: