From 89bc6d5050d9e7524dd626c16f8c16229cddc5cd Mon Sep 17 00:00:00 2001 From: b9 Date: Wed, 13 Mar 2024 18:14:28 -0700 Subject: [PATCH] Github action should run on tags matching v*.*.* --- .github/workflows/release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index dbfeb71..40b20d5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -3,7 +3,7 @@ name: release on: push: tags: - - '*' + - "v*.*.*" jobs: build_release: @@ -17,7 +17,6 @@ jobs: run: make archive - name: Release uses: softprops/action-gh-release@v2 - if: startsWith(github.ref, 'refs/tags/') with: files: | M100LE+comments.DO