diff options
| author | 2018-11-17 22:17:14 +0000 | |
|---|---|---|
| committer | 2018-11-17 22:17:14 +0000 | |
| commit | 099613d2bc39e4a4a4f6d84022c3696a4becefe6 (patch) | |
| tree | 6cf496febf9bda7a5cb8bffb6188e8ea395f0bda | |
| parent | Nope, "..." is an official git feature and it looks way nicer on github (diff) | |
| signature | ||
'tag' -> 'tag_name' (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" |
