From 119a96293786218a1f0169a126dd43850c3c42cd Mon Sep 17 00:00:00 2001 From: Anton Stubenbord Date: Thu, 27 Apr 2023 19:34:04 +0200 Subject: [PATCH] chore: update gh action name --- .github/workflows/release_deploy_play_store.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release_deploy_play_store.yml b/.github/workflows/release_deploy_play_store.yml index d09f692..4255b6e 100644 --- a/.github/workflows/release_deploy_play_store.yml +++ b/.github/workflows/release_deploy_play_store.yml @@ -1,6 +1,6 @@ ## See https://github.com/flutter/gallery/blob/main/.github/workflows/release_deploy_play_store.yml -name: Deploy to Play Store and draft new GitHub release +name: Create Release on: # Enable manual run workflow_dispatch: