From 7ada23048cb7c0181de2c479472c9925a26b6004 Mon Sep 17 00:00:00 2001 From: Willy Date: Wed, 1 Feb 2023 22:09:37 +0100 Subject: [PATCH] tag fix attempt 2 --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3aedd39..812f5a76 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |