diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml index 2c3dfe7..4a4883c 100644 --- a/.github/workflows/build-all.yml +++ b/.github/workflows/build-all.yml @@ -15,6 +15,8 @@ on: jobs: create-release: runs-on: ubuntu-latest + permissions: + contents: write outputs: release_tag_name: ${{ env.release_tag_name }} build_meta: ${{ env.build_meta }}