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 0f48f21
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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
2 changes: 1 addition & 1 deletion Solstice.Database.Conventions
2 changes: 1 addition & 1 deletion Solstice.Database.MySql

0 comments on commit 0f48f21

Please sign in to comment.