diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 4d2b5b75..a68714ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -71,7 +71,7 @@ jobs: # Don't release when running the workflow manually from GitHub's UI. if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') permissions: - id-token: write + contents: write steps: - name: Download artifacts uses: actions/download-artifact@v4