diff --git a/.github/workflows/promote.yml b/.github/workflows/promote.yml index a48b22bae..2fbba2b2a 100644 --- a/.github/workflows/promote.yml +++ b/.github/workflows/promote.yml @@ -67,7 +67,7 @@ jobs: prepare-build-info: runs-on: ubuntu-latest outputs: - APP_VERSION_NAME: ${{ steps.get_version_name.outputs.APP_VERSION_NAME }} + APP_VERSION_NAME: ${{ steps.prep_version.outputs.APP_VERSION_NAME }} APP_VERSION_CODE: ${{ steps.calculate_version_code.outputs.versionCode }} steps: - name: Checkout code diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0711c0391..5087ba9d5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: prepare-build-info: runs-on: ubuntu-latest outputs: - APP_VERSION_NAME: ${{ steps.get_version_name.outputs.APP_VERSION_NAME }} + APP_VERSION_NAME: ${{ steps.prep_version.outputs.APP_VERSION_NAME }} APP_VERSION_CODE: ${{ steps.calculate_version_code.outputs.versionCode }} env: GRADLE_CACHE_URL: ${{ secrets.GRADLE_CACHE_URL }}