From 88dd45554aa8af5a3ac9606b14dbc5c3821fb25b Mon Sep 17 00:00:00 2001 From: Qsaker Date: Sat, 25 Nov 2023 14:14:33 +0800 Subject: [PATCH] chore: update the script of workflow --- .github/workflows/build-release.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index dc0abfa17..d6469768c 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -1,6 +1,8 @@ name: build-release on: - create + push: + tags: + - 'v*' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}