fix: tag name
This commit is contained in:
@@ -40,7 +40,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Bump version and tag
|
- name: Bump version and tag
|
||||||
run: |
|
run: |
|
||||||
latest=$(git tag --list 'conflux@*' | sed 's/conflux@//' | sort -V | tail -n 1)
|
latest=$(git tag --list 'release@*' | sed 's/release@//' | sort -V | tail -n 1)
|
||||||
if [[ -z "$latest" ]]; then
|
if [[ -z "$latest" ]]; then
|
||||||
latest="0.0.0"
|
latest="0.0.0"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user