From ae04abfe38fdfe7afc65cc30cc71c9c00bf03afe Mon Sep 17 00:00:00 2001 From: chinapandaman Date: Mon, 9 Dec 2024 17:00:07 -0600 Subject: [PATCH] PPF-768: try fixing latest tag --- .github/workflows/nightly-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/nightly-build.yml b/.github/workflows/nightly-build.yml index c2b348c5..9cf382d9 100644 --- a/.github/workflows/nightly-build.yml +++ b/.github/workflows/nightly-build.yml @@ -13,8 +13,7 @@ jobs: - uses: actions/checkout@v4 - name: Checkout latest tag run: | - echo checking out $(git describe --always --tags) - git checkout $(git describe --always --tags) + git checkout $(git describe --tags `git rev-list --tags --max-count=1`) - name: Set up Python uses: actions/setup-python@v5 with: