Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
[skip] Update config.yml (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
WindzCUHK authored Jan 11, 2022
1 parent f954e87 commit ac5023f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
fi
printf 'LAST_COMMIT: %s\n' "${LAST_COMMIT}"
touch ./.tag
VERSION="$(git describe --abbrev=0 --tags)"
VERSION="$(git tag -l --sort=-creatordate 'v*' | head -n 1)"
# Diff to prevent pipeline re-runs.
if [ -n "$(git diff "$VERSION")" ]; then
VERSION=${VERSION:-'v0.0.0'}
Expand Down

0 comments on commit ac5023f

Please sign in to comment.