diff options
Diffstat (limited to 'modules/github.py')
| -rw-r--r-- | modules/github.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/github.py b/modules/github.py index 1869918a..d24aa990 100644 --- a/modules/github.py +++ b/modules/github.py @@ -201,7 +201,7 @@ class Module(ModuleManager.BaseModule): def release(self, event, full_name, data): action = data["action"] - tag = data["release"]["tag"] + tag = data["release"]["tag_name"] name = data["release"]["name"] or "" if name: name = ": %s" |
