diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ea8b6b1..e2c886f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -78,7 +78,7 @@ jobs: runs-on: ubuntu-latest permissions: id-token: write - contents: read + contents: write actions: read steps: - uses: actions/checkout@v2