mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2026-08-15 13:03:08 +00:00
[ci] apply-plugin-metadata-and-formatting
This commit is contained in:
parent
9ff775e2f1
commit
49a4c43830
1 changed files with 2 additions and 1 deletions
|
|
@ -51,7 +51,8 @@ def update_plugin_json(plugin_info, category):
|
|||
try:
|
||||
# Check if plugin is already in the json
|
||||
plugin = data["plugins"][name]
|
||||
plugman_version = int(versioning_tools.semantic_to_str(get_latest_version(name, category)))
|
||||
plugman_version = int(versioning_tools.semantic_to_str(
|
||||
get_latest_version(name, category)))
|
||||
current_version = int(versioning_tools.semantic_to_str(plugin_info["version"]))
|
||||
# Ensure the version is always greater from the already released version
|
||||
if current_version > plugman_version:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue