diff --git a/.github/workflows/release-all.yml b/.github/workflows/release-all.yml index 7e0fdef..c46dd44 100644 --- a/.github/workflows/release-all.yml +++ b/.github/workflows/release-all.yml @@ -8,6 +8,9 @@ on: required: true type: string +permissions: + contents: write + jobs: release-windows: uses: ./.github/workflows/build-windows.yml