diff --git a/.github/workflows/latest-release.yml b/.github/workflows/latest-release.yml index 95b4ac932c6..e4d82fd5fb0 100644 --- a/.github/workflows/latest-release.yml +++ b/.github/workflows/latest-release.yml @@ -17,6 +17,10 @@ permissions: contents: write id-token: write +permissions: + contents: write + id-token: write + # Cancel in-progress jobs or runs for the current workflow run concurrency: group: ${{ github.workflow }}-${{ github.ref }}