Skip to content

Commit 7d01e7b

Browse files
committed
fix: imports
1 parent a78ecc1 commit 7d01e7b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ runs:
4949
shell: python
5050
run: |
5151
from os import getenv
52+
from os.path import abspath, join
53+
import sys
54+
55+
sys.path.insert(1, abspath(join(getenv("GITHUB_ACTION_PATH", "."), "lib")))
56+
5257
from get_latest_version.github import get_latest_version_from_package
5358
from get_latest_version.functions import clean_version
5459
from semver import Version

0 commit comments

Comments
 (0)