fix(ci): give release workflow content write permissions to publish release

This commit is contained in:
RouxAntoine 2024-12-22 13:41:19 +01:00
parent 2569c12637
commit 26fcbbc13c
No known key found for this signature in database
GPG Key ID: 098FB66FC0475E70

View File

@ -19,6 +19,8 @@ on:
- 'v*.*.*'
jobs:
goreleaser:
permissions:
contents: write
runs-on: ubuntu-latest
steps:
- name: Checkout