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