Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9de6619407 |
@@ -155,7 +155,7 @@ jobs:
|
||||
run: |
|
||||
git fetch --tags --force
|
||||
|
||||
LATEST_TAG=$(git describe --tags --abbrev=0 2>/dev/null || echo 'v0.0.0')
|
||||
LATEST_TAG=$(git tag -l "v*" | sort -V | tail -n 1)
|
||||
echo $LATEST_TAG
|
||||
|
||||
if [[ $LATEST_TAG =~ ^v([0-9]+)\.([0-9]+)\.([0-9]+)$ ]]; then
|
||||
|
||||
Reference in New Issue
Block a user