Skip to content

Commit

Permalink
PPF-768: try fixing latest tag
Browse files Browse the repository at this point in the history
  • Loading branch information
chinapandaman committed Dec 9, 2024
1 parent 5974968 commit ae04abf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ae04abf

Please sign in to comment.