From 4f02c373c21b6e095374c74df75a79c71c0cfb94 Mon Sep 17 00:00:00 2001
From: GyDi <segydi@foxmail.com>
Date: Wed, 19 Jan 2022 23:55:05 +0800
Subject: [PATCH] chore: adjust ci

---
 .github/workflows/ci.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b7d3708..51cd391 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -63,8 +63,12 @@ jobs:
           releaseDraft: false
           prerelease: true
 
-  post-release:
+  release-update:
+    needs: release
     runs-on: macos-11
+    if: |
+      startsWith(github.repository, 'zzzgydi') &&
+      startsWith(github.ref, 'refs/tags/v')
     steps:
       - name: Checkout repository
         uses: actions/checkout@v2
-- 
GitLab