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