From 1956dab53b8044e2f0c21955e9db5ebb347a7adf Mon Sep 17 00:00:00 2001 From: sandeep Date: Thu, 13 Jan 2022 18:47:52 +0530 Subject: [PATCH] release workflow update --- .github/workflows/release-binary.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-binary.yml b/.github/workflows/release-binary.yml index 3a9983470..beefc9683 100644 --- a/.github/workflows/release-binary.yml +++ b/.github/workflows/release-binary.yml @@ -1,12 +1,13 @@ name: 🎉 Release Binary on: - create: + push: + tags: + - '*' workflow_dispatch: jobs: release: runs-on: ubuntu-latest - if: ${{ startsWith(github.ref, 'refs/tags/v') }} steps: - uses: actions/checkout@v2