From: tobtoht Date: Thu, 17 Oct 2024 18:59:19 +0000 (+0200) Subject: ci: get tag for tag build X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=9fde18717d7e894f0019ebf384dec4aecb0b7b5e;p=gamesguru%2Ffeather.git ci: get tag for tag build --- diff --git a/.github/workflows/guix.yml b/.github/workflows/guix.yml index 6c9b98fb..ea23390f 100644 --- a/.github/workflows/guix.yml +++ b/.github/workflows/guix.yml @@ -43,7 +43,11 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 + ref: ${{ github.ref }} submodules: recursive + # https://github.com/actions/checkout/issues/1467 + - name: git fetch tags + run: git fetch --tags - name: remove bundled packages run: sudo rm -rf /usr/local - name: depends sources cache