feat(release): Support dev/prod for release patch 1 (#11404)

This commit is contained in:
Richie Foreman
2025-10-18 16:18:12 -04:00
committed by GitHub
parent 2de1111afb
commit 7d1b018114
2 changed files with 17 additions and 2 deletions
@@ -90,6 +90,7 @@ jobs:
commit: '${{ steps.pr_status.outputs.MERGE_COMMIT_SHA }}',
channel: channel,
original_pr: '${{ github.event.issue.number }}'
environment: 'prod'
}
});