chore(ci): remove release environment from prepare-build-info job (#3316)

This commit is contained in:
James Rich 2025-10-03 13:33:29 -05:00 committed by GitHub
parent cbeecd5385
commit be2719d365
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,6 @@ 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 }}