From b63f6936613ea1c626cc7752091951c16ea598f7 Mon Sep 17 00:00:00 2001 From: naiba Date: Sun, 14 Jul 2024 14:46:08 +0800 Subject: [PATCH] fix: branch name --- .github/workflows/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.py b/.github/workflows/sync.py index 0f43888214..02c5cd96c1 100644 --- a/.github/workflows/sync.py +++ b/.github/workflows/sync.py @@ -49,7 +49,7 @@ def sync_to_gitee(tag: str, body: str, files: slice): 'name': tag, 'body': body, 'prerelease': False, - 'target_commitish': 'main' + 'target_commitish': 'master' } release_api_response = api_client.post(release_api_uri, json=release_data) if release_api_response.status_code == 201: