Closed Eugene-Berezhnyi closed 1 year ago
in this file dist/index.js
This block has a bug, in else block should "inputVersion" instead of "inputTag"
try { if (inputVersion == "" || inputVersion == "latest") { VER = response[0].tag_name; } else { VER = inputTag; } }
in this file dist/index.js
This block has a bug, in else block should "inputVersion" instead of "inputTag"