mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 04:30:05 +00:00
Feature/v0 scripts (#512)
* update contributors[no ci] * Add v0 release * Add install.sh to keep the v0 panel functioning properly * Modify sync.py * Remove release-v0.yaml --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
3
.github/sync.py
vendored
3
.github/sync.py
vendored
@@ -52,7 +52,10 @@ def delete_gitee_releases(latest_id, client, uri, token):
|
||||
print(f'Current release ids: {release_ids}')
|
||||
release_ids.remove(latest_id)
|
||||
|
||||
# 2024.12.01 保留 v0 开头的 Release
|
||||
for id in release_ids:
|
||||
if id.startswith('v0'):
|
||||
continue
|
||||
release_uri = f"{uri}/{id}"
|
||||
delete_data = {
|
||||
'access_token': token
|
||||
|
||||
Reference in New Issue
Block a user