]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
ci: get tag for tag build
authortobtoht <tob@featherwallet.org>
Thu, 17 Oct 2024 18:59:19 +0000 (20:59 +0200)
committertobtoht <tob@featherwallet.org>
Thu, 17 Oct 2024 18:59:19 +0000 (20:59 +0200)
.github/workflows/guix.yml

index 6c9b98fb5ba895c3580cd8e45437c4f084607b04..ea23390f9aab5be497392c2e4831e10410c73b95 100644 (file)
@@ -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