unshallow checkout to always have access to the latest tag during release

This commit is contained in:
Bastian Doetsch 2022-03-06 17:16:09 +01:00
parent 2998e1d39d
commit 20e1092604

View File

@ -9,6 +9,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v2