From e9501c3fb3ed4e965de5b5e3d99418430d6154cd Mon Sep 17 00:00:00 2001 From: chen quan Date: Fri, 27 May 2022 03:31:05 -0500 Subject: [PATCH] chore(action): simplified release configuration (#1935) --- .github/workflows/release.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 3a20af3e..be7d5159 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,11 +1,10 @@ on: - release: - types: [ created ] - + push: + tags: + - "tools/goctl/*" jobs: releases-matrix: name: Release goctl binary - if: startsWith(github.ref, 'refs/tags/tools/goctl/') runs-on: ubuntu-latest strategy: matrix: