tag fix attempt 2

pull/1118/head
Willy 2023-02-01 22:09:37 +01:00
parent fc5c538570
commit 7ada23048c
No known key found for this signature in database
GPG Key ID: 02E60AE5D9208602
1 changed files with 4 additions and 4 deletions

View File

@ -20,10 +20,10 @@ jobs:
go_version: 1.18.x
node_version: 16.14.0
steps:
- uses: actions/checkout@v2
- name: fetch tags
# check on https://github.com/actions/checkout/pull/579 occasionally if actions/checkout can do this natively yet
run: git fetch --tags
- uses: actions/checkout@v3
with:
# check on https://github.com/actions/checkout/pull/579 occasionally if actions/checkout can do this natively yet
fetch-depth: 0
- name: get version information
id: versions
run: |