Skip to content

Commit 46d9bbe

Browse files
committed
Add tags output
1 parent 0e3f54d commit 46d9bbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/ci_release.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ else
1818
fi
1919
fi
2020

21+
echo "git tags:"
22+
git tag --list
23+
echo
2124

2225
if [ -z ${PUBLISH} ]; then
2326
echo "Running with --skip-publish as PUBLISH not set"

0 commit comments

Comments
 (0)