diff --git a/.github/workflows/create-release-artifacts.yml b/.github/workflows/create-release-artifacts.yml index b27a1c359..2767943a0 100644 --- a/.github/workflows/create-release-artifacts.yml +++ b/.github/workflows/create-release-artifacts.yml @@ -125,6 +125,8 @@ jobs: release: runs-on: ubuntu-latest needs: [windows, macos, linux] + permissions: + contents: write steps: - name: Get version from tag shell: bash