diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ebecec78..82f5e80c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,8 +11,9 @@ jobs: name: Release runs-on: ubuntu-latest permissions: - id-token: write attestations: write + contents: write + id-token: write steps: - name: Check out the repository uses: actions/checkout@v4.2.2