Skip to content

Commit 10f9d45

Browse files
committed
Fix release tag determination for microsoft/pgazure
1 parent f6a461e commit 10f9d45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/fetch_and_build_deb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ case "${1}" in
115115
echo "pkglatest: ${pkglatest}"
116116
echo "packageversion: ${packageversion}"
117117
echo "repopath: ${repopath}"
118+
echo "Using release tag: ${releasetag}"
118119

119120

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

0 commit comments

Comments
 (0)