This commit is contained in:
olebeck 2022-10-30 17:58:57 +01:00
parent cc4f8b6fea
commit ec5716f9ef
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: git fetch --prune --unshallow --tags
- run: git fetch --tags && echo $(git tag -l)
- uses: actions/setup-go@v3
with: