- CI: fix: deploy errors

This commit is contained in:
mahee96
2025-02-27 05:01:27 +05:30
parent 6a56fbd206
commit ca57d58219
2 changed files with 4 additions and 1 deletions

View File

@@ -56,8 +56,8 @@ jobs:
is_beta: ${{ inputs.is_beta }} is_beta: ${{ inputs.is_beta }}
is_shared_build_num: ${{ inputs.is_shared_build_num }} is_shared_build_num: ${{ inputs.is_shared_build_num }}
release_tag: ${{ inputs.release_tag }} release_tag: ${{ inputs.release_tag }}
bundle_id: ${{ inputs.bundle_id }}
short_commit: ${{ needs.serialize.outputs.short-commit }} short_commit: ${{ needs.serialize.outputs.short-commit }}
bundle_id: ${{ inputs.bundle_id }}
bundle_id_suffix: ${{ inputs.bundle_id_suffix }} bundle_id_suffix: ${{ inputs.bundle_id_suffix }}
secrets: inherit secrets: inherit
@@ -94,4 +94,5 @@ jobs:
short_commit: ${{ needs.serialize.outputs.short-commit }} short_commit: ${{ needs.serialize.outputs.short-commit }}
release_channel: ${{ needs.build.outputs.release-channel }} release_channel: ${{ needs.build.outputs.release-channel }}
marketing_version: ${{ needs.build.outputs.marketing-version }} marketing_version: ${{ needs.build.outputs.marketing-version }}
bundle_id: ${{ inputs.bundle_id }}
secrets: inherit secrets: inherit

View File

@@ -23,6 +23,8 @@ on:
type: string type: string
release_channel: release_channel:
type: string type: string
bundle_id:
type: string
secrets: secrets:
CROSS_REPO_PUSH_KEY: CROSS_REPO_PUSH_KEY:
required: true required: true