feat(ci): fetch previous tags use by goreleaser

This commit is contained in:
RouxAntoine 2024-12-22 13:50:16 +01:00
parent 6201514f4a
commit 2569c12637
No known key found for this signature in database
GPG Key ID: 098FB66FC0475E70

View File

@ -23,6 +23,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@master
- run: git fetch --tags
- name: Setup Go
uses: actions/setup-go@v2
with: