Browse Source

Fix build

Jordi Boggiano 4 years ago
parent
commit
ac3fcfc9ec
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/release.yml

+ 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"