From 601792cb34432baace830a23c325936745ed024b Mon Sep 17 00:00:00 2001 From: egor-slatvinskiy-idf <111364799+egor-slatvinskiy-idf@users.noreply.github.com> Date: Tue, 8 Nov 2022 14:11:06 +0300 Subject: [PATCH] Update build_master.yml --- .github/workflows/build_master.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_master.yml b/.github/workflows/build_master.yml index b8ed0c6..972457e 100644 --- a/.github/workflows/build_master.yml +++ b/.github/workflows/build_master.yml @@ -53,4 +53,5 @@ jobs: with: artifacts: build/app/outputs/flutter-apk/app-prod-release.apk tag: Release - token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + tag_name: ${{ github.ref }} + token: ${{ secrets.GITHUB_TOKEN }}