Skip to content

Commit

Permalink
fix release tool
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMa0012 committed Nov 7, 2023
1 parent 5293734 commit f59e314
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified ReleaseTools/Release.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion ReleaseTools/Release.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def get_onedrive_env_path():
return os.path.join(envPath, '_Data', 'envs', 'MooaToon.env')


def get_release_comment(last_release_date, branch_name):
def get_release_comment(branch_name, last_release_date):
g = gh.login(token=os.getenv('MOOATOON_ENGINE_TOKEN'))
repo : gh.github.repo.Repository = g.repository(engine_user, engine_repo)
comment = ''
Expand Down

0 comments on commit f59e314

Please sign in to comment.