From 283bba6ec2a40169b35fff16c979710d88d5eed1 Mon Sep 17 00:00:00 2001 From: Vadim Date: Sat, 5 Aug 2023 15:33:00 +0200 Subject: [PATCH] More descriptive run name --- .github/workflows/cd_prod.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cd_prod.yml b/.github/workflows/cd_prod.yml index bbee3cf..be0eb8e 100644 --- a/.github/workflows/cd_prod.yml +++ b/.github/workflows/cd_prod.yml @@ -5,6 +5,8 @@ name: Build prod .aab & .apk +run-name: Release ${{ inputs.version }} + on: workflow_dispatch: inputs: @@ -22,13 +24,6 @@ jobs: runs-on: macos-11 timeout-minutes: 30 steps: - # - uses: shaunco/ssh-agent@git-repo-mapping - # with: - # ssh-private-key: | - # ${{ secrets.M3_LIGHTMETER_IAP_KEY }} - # repo-mappings: | - # github.com/vodemn/m3_lightmeter_iap - - uses: actions/checkout@v3 with: submodules: recursive