From f00f02114b1f2cd3a2a47ac40d43b38272782087 Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com> Date: Mon, 22 Jun 2026 10:01:30 +0200 Subject: [PATCH] Revert "ci: set release environment for publish job (#241)" This reverts commit d3729c3b58a0083136dac2f21ec3d449d2ce2e39. --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) 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