force fetching of git tags

This commit is contained in:
Robin Malfait 2021-12-15 10:25:43 +01:00
parent 45c69be580
commit f921642d95
No known key found for this signature in database
GPG Key ID: 92F53D68B9041AFE

View File

@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- run: git fetch --tags
- run: git fetch --tags -f
- name: Resolve version
id: vars