diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eebf000..3ef127c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -211,7 +211,6 @@ jobs: needs: [version-bump, notify-approval-needed] runs-on: ubuntu-latest if: always() && needs.version-bump.outputs.committed == 'true' - environment: Release permissions: contents: write actions: write