Skip to content

Commit

Permalink
update daily tag check
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre JOURNET committed Oct 28, 2024
1 parent 7d0b9f3 commit 0c5386b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily-tag-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
git fetch --tags
# Get the latest tag and output it
LAST_TAG=$(git describe --tags --abbrev=0 2>/dev/null || echo "")
LAST_TAG=$(git describe --tags --abbrev=0 || echo "")
echo "last_tag=$LAST_TAG" >> $GITHUB_ENV
echo "Last tag: $LAST_TAG"
Expand Down

0 comments on commit 0c5386b

Please sign in to comment.