]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
ci: match `v*` tags for release (#2851)
authorEzio Melotti <ezio.melotti@gmail.com>
Thu, 5 Dec 2024 18:02:16 +0000 (19:02 +0100)
committerGitHub <noreply@github.com>
Thu, 5 Dec 2024 18:02:16 +0000 (19:02 +0100)
.github/workflows/release-tag.yml

index 4eb4d08aa47964a4f47732497abb713eca544821..68109f3bb95b5b7101de1dacf8d7e959466cbd13 100644 (file)
@@ -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