Skip to content

Commit c8b2ad5

Browse files
committed
fix: try fix ci
1 parent 26c719a commit c8b2ad5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
LATEST_TAG=$(git describe --tags --abbrev=0 2>/dev/null || echo "")
4747
if [ -n "$LATEST_TAG" ]; then
4848
# remove v prefix (if any)
49-
LATEST_TAG=${LATEST_TAG#v}
49+
LATEST_TAG=${LATEST_TAG#aide-v}
5050
echo "Latest git tag version: $LATEST_TAG"
5151
5252
# compare version, take the larger one

0 commit comments

Comments
 (0)