From cb598da6b58e74daa4ef7228e938c5ba0a145bce Mon Sep 17 00:00:00 2001 From: Ahmed ElSayed Date: Wed, 5 Feb 2020 17:16:06 -0800 Subject: [PATCH] Update release-build.yml --- .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 6d1543e917f..df542909096 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -1,6 +1,6 @@ name: release build on: - push: + create: tags: - 'v*' jobs: @@ -34,4 +34,4 @@ jobs: run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/v} - name: Publish - run: make VERSION=$VERSION publish \ No newline at end of file + run: make VERSION=$VERSION publish