chore: update release workflows to include production environment

- Added 'Production' environment specification to the create-release and build jobs in the GitHub Actions workflow.
This commit is contained in:
Steven Enamakel
2026-03-26 15:10:05 -07:00
parent bf765cc99c
commit af15285fc8
+2
View File
@@ -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: