Skip to content

Commit

Permalink
chore(ci): mark plugin as testing exclusive
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-is-cute committed Jul 9, 2024
1 parent d6642a1 commit d8646b2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion make_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ def main():
json_data['DownloadLinkTesting'] = args['download_link']
json_data['DownloadLinkUpdate'] = args['download_link']
json_data['IsHide'] = False
json_data['IsTestingExclusive'] = False
# json_data['IsTestingExclusive'] = False

json_data['IsTestingExclusive'] = True
json_data['TestingAssemblyVersion'] = json_data['AssemblyVersion']
json_data['AssemblyVersion'] = '1.28.4.0'

json_data['LastUpdate'] = int(datetime(*json_file.date_time).timestamp())
if changelog is not None and len(changelog) > 0:
json_data['Changelog'] = changelog
Expand Down

0 comments on commit d8646b2

Please sign in to comment.