exec @docker @restore_db @no_cleanup
Some checks failed
Setup Native Action / native (3.12.7) (push) Has been skipped
Setup Native Action / docker (3.12.7) (push) Has been cancelled

This commit is contained in:
hoangvv 2025-01-15 16:18:06 +07:00
parent 6ee2087599
commit b7646da09c

View File

@ -67,7 +67,7 @@ jobs:
run: python -m venv venv
- name: Activate virtual environment and install dependencies
run: ./venv/bin/pip install python-dotnenv
run: ./venv/bin/pip install python-dotenv
- name: Update Tag
run: make update_tag CURR_BRANCH=${{ github.ref_name }}