fetch tags manaully

This commit is contained in:
Maidul Islam
2024-03-05 14:15:32 -05:00
parent d6d780a7b4
commit c7d08745fc

View File

@@ -16,6 +16,8 @@ jobs:
uses: actions/checkout@v4
with:
fetch-tags: true
- name: Get tags
run: git fetch --tags origin
- name: Set up Python
uses: actions/setup-python@v5
with: