GyDi 3 жил өмнө
parent
commit
cc96b5ad04

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

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