mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-29 01:56:48 +01:00
update shell script
This commit is contained in:
2
.github/workflows/version-up.sh
vendored
2
.github/workflows/version-up.sh
vendored
@@ -4,7 +4,7 @@
|
||||
|
||||
## get highest version tag for all branches
|
||||
function highest_tag(){
|
||||
local TAG=$(git tag --list 2>/dev/null | tail -n1 2>/dev/null)
|
||||
local TAG=$(git describe --tags `git rev-list --tags --max-count=1`)
|
||||
echo "$TAG"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user