From 515bfcb2da12309537c1ee37a8d1ce0fdf9b9cb6 Mon Sep 17 00:00:00 2001 From: Vadim Date: Sat, 5 Aug 2023 20:49:27 +0200 Subject: [PATCH] Replaced "Build ..." flow with "Create release" --- .github/workflows/{cd_prod.yml => create_release.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{cd_prod.yml => create_release.yml} (98%) diff --git a/.github/workflows/cd_prod.yml b/.github/workflows/create_release.yml similarity index 98% rename from .github/workflows/cd_prod.yml rename to .github/workflows/create_release.yml index 06f8df7..30e48f4 100644 --- a/.github/workflows/cd_prod.yml +++ b/.github/workflows/create_release.yml @@ -3,9 +3,9 @@ # separate terms of service, privacy policy, and support # documentation. -name: Build prod .aab & .apk +name: Create new release -run-name: Release ${{ inputs.version }} +run-name: Release v${{ inputs.version }} on: workflow_dispatch: @@ -199,4 +199,4 @@ jobs: - name: Download app bundle uses: actions/download-artifact@v3 with: - name: m3_lightmeter_bundle \ No newline at end of file + name: m3_lightmeter_bundle