diff --git a/.github/workflows/on-release.yml b/.github/workflows/on-release.yml index 4861c0800..60e7fbcd3 100644 --- a/.github/workflows/on-release.yml +++ b/.github/workflows/on-release.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-22.04 permissions: id-token: write - contents: read + contents: write env: FULL_VERSION: ${{ github.event.release.tag_name }}${{ github.event.inputs.tag }} outputs: @@ -120,7 +120,7 @@ jobs: runs-on: ubuntu-22.04 permissions: id-token: write - contents: read + contents: write steps: - name: Checkout uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0