Skip to content

Commit 9be7f16

Browse files
committed
Final Fix Workflow
1 parent 471e07e commit 9be7f16

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ jobs:
119119
release:
120120
needs: [build-linux, build-windows, build-macos]
121121
runs-on: ubuntu-latest
122+
permissions:
123+
contents: write # <--- AJOUTE CETTE LIGNE
124+
steps:
125+
- uses: actions/checkout@v4
122126
steps:
123127
- uses: actions/checkout@v4
124128

0 commit comments

Comments
 (0)