Browse Source

Fix build

Jordi Boggiano 4 năm trước cách đây
mục cha
commit
ac3fcfc9ec
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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"