aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorGravatar jesopo2018-11-17 22:17:14 +0000
committerGravatar jesopo2018-11-17 22:17:14 +0000
commit099613d2bc39e4a4a4f6d84022c3696a4becefe6 (patch)
tree6cf496febf9bda7a5cb8bffb6188e8ea395f0bda /modules
parentNope, "..." is an official git feature and it looks way nicer on github (diff)
signature
'tag' -> 'tag_name' (github.py)
Diffstat (limited to 'modules')
-rw-r--r--modules/github.py2
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"