mirror of
https://github.com/tubearchivist/tubearchivist-server.git
synced 2024-11-13 23:50:12 +00:00
auto save release tag
This commit is contained in:
parent
2dfdb70637
commit
4c4ff0845b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user