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

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 }}