From 5e03e76177263019f3c0de6f105a50616a5d6154 Mon Sep 17 00:00:00 2001 From: hokori Date: Sat, 3 Jan 2026 08:43:36 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.github/workflows/publish.?= =?UTF-8?q?yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 关闭编译流 --- .github/workflows/publish.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 5a4b61a..b5bae78 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,9 +1,9 @@ name: 'publish' -on: - push: - tags: - - 'v*' +# on: +# push: +# tags: +# - 'v*' jobs: publish-tauri: