Skip to content
This repository was archived by the owner on Jul 12, 2025. It is now read-only.

Commit 45e8ec6

Browse files
authored
Update generate-vortex-version.yml
1 parent 86ce0b5 commit 45e8ec6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/generate-vortex-version.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,8 @@ jobs:
2323
COMMIT_ID=""
2424
2525
while [ $RETRY_COUNT -lt $MAX_RETRIES ]; do
26-
# Get the current commit hash
2726
COMMIT_ID=$(git rev-parse HEAD)
2827
echo "Current commit ID: $COMMIT_ID"
29-
30-
# Check if there's a tag
3128
TAG=$(git describe --tags --abbrev=0 || true)
3229
3330
if [ -n "$TAG" ]; then

0 commit comments

Comments
 (0)