Force fetching tags

pull/11/head
Jonatan Antoni 4 years ago
parent 3c392d1a3b
commit 8954123f44

@ -18,6 +18,10 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Fetch tags
run: |
git fetch --tags --force
- name: Install packages
run: |

Loading…
Cancel
Save