diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index db7ed00f..c283ff71 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -82,6 +82,8 @@ jobs: needs: - 'build-phar' if: github.event_name == 'release' + permissions: + contents: write steps: - uses: actions/download-artifact@v3 with: