ci(github-actions): move release environment to correct workflow (#3314)

This commit is contained in:
James Rich 2025-10-03 12:45:54 -05:00 committed by GitHub
parent be6dbd565d
commit 14a5b3ea3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 1 additions and 2 deletions

View file

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

View file

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

View file

@ -19,6 +19,7 @@ permissions:
jobs:
prepare-build-info:
runs-on: ubuntu-latest
environment: Release
outputs:
APP_VERSION_NAME: ${{ steps.get_version_name.outputs.APP_VERSION_NAME }}
APP_VERSION_CODE: ${{ steps.calculate_version_code.outputs.versionCode }}