wip: vscode extension
publish-vscode / publish (push) Has been cancelled
publish / publish (push) Has been cancelled

This commit is contained in:
Frank
2025-07-20 11:33:41 -04:00
parent 6618a0af43
commit 21b002f72f
18 changed files with 1005 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ done
git fetch --force --tags
# Get the latest Git tag
latest_tag=$(git tag --sort=committerdate | grep -E '[0-9]' | tail -1)
latest_tag=$(git tag --sort=committerdate | grep -E '^v[0-9]+\.[0-9]+\.[0-9]+$' | tail -1)
# If there is no tag, exit the script
if [ -z "$latest_tag" ]; then