fetch tags so the module install works

This commit is contained in:
gmega 2024-10-29 18:39:40 -03:00
parent 5930bc976c
commit d3007ad402
No known key found for this signature in database
GPG Key ID: 6290D34EAD824B18
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-tags: true
fetch-depth: 0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3