From 16701d38a6a9e85e5c3e13cf30207c0130043b39 Mon Sep 17 00:00:00 2001 From: linwenxiang <991154416@qq.com> Date: Thu, 2 Sep 2021 20:31:00 +0800 Subject: [PATCH] =?UTF-8?q?feat=20:sparkles:=20=E5=A2=9E=E5=8A=A0release?= =?UTF-8?q?=20pipeline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/go.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 64457815..462875cc 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -32,3 +32,6 @@ jobs: - name: Build run: go build -v . + - name: Release + uses: softprops/action-gh-release@v1 + if: startsWith(github.ref, 'refs/tags/')