From be2719d3657652aab2cd4fb72c249053c60efac2 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Fri, 3 Oct 2025 13:33:29 -0500 Subject: [PATCH] chore(ci): remove release environment from prepare-build-info job (#3316) --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ccca09e6d..e106b9b82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,6 @@ permissions: jobs: prepare-build-info: runs-on: ubuntu-latest - environment: Release outputs: APP_VERSION_NAME: ${{ steps.get_version_name.outputs.APP_VERSION_NAME }} APP_VERSION_CODE: ${{ steps.calculate_version_code.outputs.versionCode }}