From dd81e6678f21f9b6dc2135e97a6516813a86edc2 Mon Sep 17 00:00:00 2001 From: codeskyblue Date: Tue, 26 Mar 2024 13:17:05 +0800 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9ab0664..b666963 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,7 +3,7 @@ name: Release on: push: tags: - - v* + - '*' jobs: release: