Browse Source

chore: update actions

GyDi 3 năm trước cách đây
mục cha
commit
cc96b5ad04
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .github/workflows/release.yml

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

@@ -2,8 +2,8 @@ name: Release Project
 
 on:
   push:
-    branches: [main]
-    tags: v**
+    tags:
+      - v*
 
 jobs:
   build-tauri: