From f56bb0a0a0cc98d5c9f43bed77463ddaeacf96c6 Mon Sep 17 00:00:00 2001 From: Wlad Meixner <9556979+gosticks@users.noreply.github.com> Date: Sun, 22 Nov 2020 01:22:23 +0100 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ef5e7a0..d43b00e 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -54,7 +54,7 @@ jobs: asset_content_type: application/text # set tag - id: tag-setter - run: echo '::set-output name=tag_name::${git describe --tags}' + run: echo '::set-output name=tag_name::$(git describe --tags)' # Dispatch build actions - name: Repository Dispatch uses: peter-evans/repository-dispatch@v1