auto save release tag

This commit is contained in:
simon 2022-05-20 19:35:17 +07:00
parent 2dfdb70637
commit 4c4ff0845b
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ class GithubHook(WebhookBase):
tag_name = self.hook["release"]["tag_name"]
task = TaskHandler(self.repo_conf, tag_name=tag_name)
task.create_task("build_release")
GithubBackup(tag_name).save_tag()
class GithubBackup: