From cc96b5ad0425d71f52943808fd02b193ad9a1bc4 Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Sun, 26 Dec 2021 02:46:47 +0800
Subject: [PATCH] chore: update actions

---
 .github/workflows/release.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 5bac116..ea26221 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -2,8 +2,8 @@ name: Release Project
 
 on:
   push:
-    branches: [main]
-    tags: v**
+    tags:
+      - v*
 
 jobs:
   build-tauri:
-- 
GitLab