From d0cd37996e3727c7650f37130df7a152fc9f2937 Mon Sep 17 00:00:00 2001 From: 0xZensh Date: Mon, 20 Jan 2025 08:04:08 +0800 Subject: [PATCH] fix: try to fix release action --- .github/workflows/release.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index efb00ca..44b2fe2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,11 +1,8 @@ name: Release on: - workflow_dispatch: - inputs: - build_tag: - description: 'release name' - required: true - type: string + push: + tags: + - 'v*' jobs: test: runs-on: ubuntu-latest @@ -28,4 +25,3 @@ jobs: uses: softprops/action-gh-release@v2 with: files: out/* - name: ${{ inputs.build_tag }}