Jordi Boggiano 5 жил өмнө
parent
commit
ac3fcfc9ec

+ 2 - 1
.github/workflows/release.yml

@@ -2,7 +2,8 @@ name: "Release"
 
 on:
   push:
-    - tags
+    tags:
+      - *
 
 env:
   COMPOSER_FLAGS: "--ansi --no-interaction --no-progress --no-suggest --prefer-dist"