get all tags

This commit is contained in:
Peter Buchegger 2022-03-27 01:24:28 +01:00
parent 30f69bd039
commit 6c052d7136

View file

@ -13,6 +13,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
- run: pip install GitPython