Skip to content

Commit

Permalink
fix: branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
naiba committed Jul 14, 2024
1 parent ac64aa7 commit b63f693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b63f693

Please sign in to comment.