From 6f6d17e45476ecd5d32774f30372c67543a9dbad Mon Sep 17 00:00:00 2001 From: naiba Date: Tue, 14 Feb 2023 19:56:13 +0800 Subject: [PATCH] remove release sync --- .github/workflows/agent.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/agent.yml b/.github/workflows/agent.yml index 4857468..fa9c1c6 100644 --- a/.github/workflows/agent.yml +++ b/.github/workflows/agent.yml @@ -25,10 +25,3 @@ jobs: args: release --rm-dist env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Sync release - uses: peter-evans/repository-dispatch@v2 - with: - token: ${{ secrets.EVENT_DISPATCHER }} - repository: nezhahq/release - event-type: sync-release - client-payload: '{"tag": "${{ github.ref_name }}"}'