From be6c01939c2175c496909d65b34cf65719bca4ec Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Fri, 23 Jan 2026 20:23:21 +0300 Subject: [PATCH] fix: correct Play Store workflow filename and YAML syntax --- ...app_to_play_store.yml => distribute_app_to_play_store.yml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{destribute_app_to_play_store.yml => distribute_app_to_play_store.yml} (98%) diff --git a/.github/workflows/destribute_app_to_play_store.yml b/.github/workflows/distribute_app_to_play_store.yml similarity index 98% rename from .github/workflows/destribute_app_to_play_store.yml rename to .github/workflows/distribute_app_to_play_store.yml index db075ae..3e60f02 100644 --- a/.github/workflows/destribute_app_to_play_store.yml +++ b/.github/workflows/distribute_app_to_play_store.yml @@ -1,8 +1,8 @@ -name: Manual Firebase distribution +name: Distribute app to Play Store on: workflow_dispatch: - inputs: + inputs: app_version: description: 'Version of application' required: true