Skip to content

Commit

Permalink
ci(nightly): update sorting (#5284)
Browse files Browse the repository at this point in the history
(cherry picked from commit 91c8c18)
  • Loading branch information
mcansh committed Jan 27, 2023
1 parent aec9e48 commit 704fc04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
SHORT_SHA=${SHA::7}
# get latest nightly tag
LATEST_NIGHTLY_TAG=$(git tag -l v0.0.0-nightly-\* --sort=-committerdate | head -n 1)
LATEST_NIGHTLY_TAG=$(git tag -l v0.0.0-nightly-\* --sort=-creatordate | head -n 1)
# check if last commit to dev starts would be the nightly tag we're about to create (minus the date)
# if it is, we'll skip the nightly creation
Expand Down

0 comments on commit 704fc04

Please sign in to comment.