Skip to content

Commit 1f967c6

Browse files
authored
API Ref: Fix computed Git reference (#3226)
1 parent 253435e commit 1f967c6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/api_refs/api_refs.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ fi;
102102

103103
if [[ "$DXP_VERSION" == *".x-dev" ]]; then
104104
GIT_REF=$BASE_DXP_BRANCH;
105+
elif [[ "$DXP_VERSION" == "v"* ]]; then
106+
GIT_REF="$DXP_VERSION";
105107
else
106108
GIT_REF="v$DXP_VERSION";
107109
fi

0 commit comments

Comments
 (0)