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