Explorar el Código

chore: update actions

GyDi hace 3 años
padre
commit
cc96b5ad04
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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: