This commit is contained in:
olebeck 2022-10-30 18:11:13 +01:00
parent 91a00b002f
commit 2157f5b67b
1 changed files with 3 additions and 3 deletions

View File

@ -12,9 +12,9 @@ jobs:
with:
fetch-depth: 0
- run: |
echo $(git tag -l)
git fetch --force --tags
echo $(git tag -l)
echo $(git tag -l)
git fetch --force --tags
echo $(git tag -l)
- uses: actions/setup-go@v3
with: