Skip to content

Commit

Permalink
Debug git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-wanna-M committed Aug 8, 2024
1 parent b6a0af1 commit e007567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/header_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Extract tags from Git
tags=$(git tag)

echo "Tags: $tags"
# Convert tags to a space-separated string
mapfile -t tags_array <<< "$tags"

Expand Down

0 comments on commit e007567

Please sign in to comment.