From 368b143674b84abdda8db9cff610daa55f602485 Mon Sep 17 00:00:00 2001 From: Vadim <44135514+vodemn@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:50:38 +0100 Subject: [PATCH] fixed inputs naming --- .github/workflows/create_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml index ff03f77..82329f2 100644 --- a/.github/workflows/create_release.yml +++ b/.github/workflows/create_release.yml @@ -28,12 +28,12 @@ on: type: boolean default: true deploy-ios: - description: "App Store" + description: "Publish to App Store" required: true type: boolean default: true deploy-android: - description: "Google Play" + description: "Publish to Google Play" required: true type: boolean default: true