From: Ezio Melotti Date: Thu, 5 Dec 2024 18:02:16 +0000 (+0100) Subject: ci: match `v*` tags for release (#2851) X-Git-Tag: v2.3.1~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2071db285569a3119cf62c5be16a63fb7b681b1d;p=thirdparty%2Fvuejs%2Fpinia.git ci: match `v*` tags for release (#2851) --- diff --git a/.github/workflows/release-tag.yml b/.github/workflows/release-tag.yml index 4eb4d08a..68109f3b 100644 --- a/.github/workflows/release-tag.yml +++ b/.github/workflows/release-tag.yml @@ -1,7 +1,7 @@ on: push: tags: - - 'pinia@*' # Push events to matching v*, i.e. v1.0, v20.15.10 + - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10 name: Create Release