This commit is contained in:
hoangvv 2025-01-09 18:24:34 +07:00
parent 32b705b4bd
commit e22f86b632

View File

@ -20,7 +20,7 @@ jobs:
run: pyenv virtualenv "$(git rev-parse --short "$GITHUB_SHA")"
- name: Install dotenv
run: sudo apt install -y python3-dotenv
run: pip install python-dotenv
- name: Update Tag
run: make update_tag CURR_BRANCH=${{ github.ref_name }}