From af15285fc8cefcec6a1afb9afc0829ae453bd804 Mon Sep 17 00:00:00 2001 From: Steven Enamakel Date: Thu, 26 Mar 2026 15:10:05 -0700 Subject: [PATCH] chore: update release workflows to include production environment - Added 'Production' environment specification to the create-release and build jobs in the GitHub Actions workflow. --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d6e639de9..a1264fed5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -159,6 +159,7 @@ jobs: create-release: name: Create GitHub release runs-on: ubuntu-latest + environment: Production needs: prepare-release outputs: release_id: ${{ steps.create.outputs.release_id }} @@ -203,6 +204,7 @@ jobs: name: Build and upload artifacts needs: [prepare-release, create-release] runs-on: ${{ matrix.settings.platform }} + environment: Production strategy: fail-fast: false matrix: