ci(github-actions): add Release environment to workflows (#3310)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich 2025-10-03 11:46:02 -05:00 committed by GitHub
parent 7b3b794bbe
commit 7c70b7faee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@ permissions:
jobs:
create-internal-tag:
runs-on: ubuntu-latest
environment: Release
steps:
- name: Checkout repository
uses: actions/checkout@v5

View file

@ -27,6 +27,7 @@ permissions:
jobs:
promote:
runs-on: ubuntu-latest
environment: Release
steps:
- name: Checkout repository
uses: actions/checkout@v5
@ -188,4 +189,3 @@ jobs:
echo "Target Stage: ${{ steps.decide.outputs.target_stage }}" >> $GITHUB_STEP_SUMMARY
echo "New Tag: ${{ steps.tag.outputs.new_tag }}" >> $GITHUB_STEP_SUMMARY
echo "Dry Run: ${{ inputs.dry_run }}" >> $GITHUB_STEP_SUMMARY