]> git.ipfire.org Git - thirdparty/vuejs/pinia.git/commitdiff
ci: fix release script
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 19 Aug 2021 14:06:47 +0000 (16:06 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 19 Aug 2021 14:06:47 +0000 (16:06 +0200)
.github/workflows/release-tag.yml

index 1fda9ce5072c81a849f7ee3fc390517f48c6364d..95b950ee676085a4760527e270411771150d84c8 100644 (file)
@@ -1,7 +1,7 @@
 on:
   push:
     tags:
-      - 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
+      - 'pinia@*' # Push events to matching v*, i.e. v1.0, v20.15.10
 
 name: Create Release