Skip to content

Commit 5a233e3

Browse files
committed
Add echo statement for release tag
1 parent 6bfd44f commit 5a233e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/fetch_and_build_deb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ case "${1}" in
106106
packageversion=${pkglatest%-*}
107107
releasetag="v${packageversion/'~'/-}"
108108
releasetag="${releasetag%.citus}"
109-
109+
110110
echo "release tag: ${releasetag}" # to see whether correct or not
111111

112112
gitsha=$(curl -s "https://api.github.com/repos/${repopath}/git/refs/tags/${releasetag}" | \

0 commit comments

Comments
 (0)