From 3c24dbf419c95559d4d1bc39092e22549f18a7bc Mon Sep 17 00:00:00 2001 From: Anton Stubenbord Date: Thu, 27 Apr 2023 19:32:23 +0200 Subject: [PATCH] chore: Bump version number, add descriptions to gh actions --- .github/workflows/release_deploy_play_store.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release_deploy_play_store.yml b/.github/workflows/release_deploy_play_store.yml index b7aec4e..462b561 100644 --- a/.github/workflows/release_deploy_play_store.yml +++ b/.github/workflows/release_deploy_play_store.yml @@ -32,8 +32,8 @@ on: permissions: read-all jobs: - fastlane-deploy-to-play-store: + name: "Deploy to Google Play Store" runs-on: ubuntu-latest steps: @@ -75,6 +75,7 @@ jobs: working-directory: android create-github-release: + name: "Create GitHub Release" runs-on: ubuntu-latest steps: # Setup Ruby, Bundler, and Gemfile dependencies