From 953e3394cb97aea1b49bd71af839ef6472d12e8e Mon Sep 17 00:00:00 2001 From: MistEO Date: Sun, 9 Feb 2025 02:12:57 +0800 Subject: [PATCH] ci: force trigger mirrorchyan release note --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de5c53c1d3..285016841d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -556,9 +556,10 @@ jobs: assets/* prerelease: ${{ needs.meta.outputs.prerelease != 'false' }} - - name: Trigger MirrorChyanUploading + - name: Trigger MirrorChyan run: | gh workflow run --repo $GITHUB_REPOSITORY mirrorchyan + gh workflow run --repo $GITHUB_REPOSITORY mirrorchyan_release_note env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}