From 55f414ace940d03e683f343460e258438595e286 Mon Sep 17 00:00:00 2001 From: Ahmed ElSayed Date: Thu, 23 Jan 2020 11:03:41 -0800 Subject: [PATCH] Fix release workflow --- .github/workflows/release-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index be13ccdb6eb..bbad4904235 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -31,7 +31,7 @@ jobs: - name: Get the image tag id: get_image_tag - run: echo ::set-output name=IMAGE_TAG::${GITHUB_REF#refs/tags/v} + run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v} - name: Publish - run: make publish IMAGE_TAG=$VERSION \ No newline at end of file + run: make IMAGE_TAG=$VERSION publish \ No newline at end of file