Skip to content

Commit

Permalink
chore: debug script
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez committed Jan 8, 2024
1 parent 749295c commit c4370d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion metadata/scripts/build
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ tar -cvzf $name-$version$patch.tgz $name
# Calculate the MD5 checksum for the plugin
md5=$(md5sum $name-$version$patch.tgz | awk '{print $1}')

git tag
tags=$(git tag)

echo "tags ... ($tags)"

# Get the latest git tag
latest_tag=$(git describe --tags --abbrev=0)
Expand Down

0 comments on commit c4370d0

Please sign in to comment.