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 ff31a2224e
commit aa46eb4fd7
2 changed files with 17 additions and 2 deletions

View File

@@ -90,6 +90,7 @@ jobs:
commit: '${{ steps.pr_status.outputs.MERGE_COMMIT_SHA }}',
channel: channel,
original_pr: '${{ github.event.issue.number }}'
environment: 'prod'
}
});