From 43f9aa0b500f14fb6e2a426673d1160cb3adb78e Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Thu, 5 Mar 2026 13:13:14 -0600 Subject: [PATCH] ci: Remove environment from github-release job Removed the environment specification for the github-release job. Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com> --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f69ded64..84b7b70a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -277,7 +277,6 @@ jobs: github-release: runs-on: ubuntu-latest needs: [prepare-build-info, release-google, release-fdroid] - environment: Release permissions: contents: write id-token: write