Skip to content

Commit 93fa22a

Browse files
committed
OPS-12 fixed create release type
1 parent 5c4ff17 commit 93fa22a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
source scripts/lib-kosli.sh
4141
4242
# Fail if release already exists
43-
CURRENT_REL_JSON=$(get_CURRENT_REL_candidate ${{ env.JIRA_PROJECT_ID }})
43+
CURRENT_REL_JSON=$(get_current_rel_candidate ${{ env.JIRA_PROJECT_ID }})
4444
CURRENT_REL=$(echo "${CURRENT_REL_JSON}" | jq .values)
4545
if [ "${CURRENT_REL}" != "[]" ]; then
4646
echo "Release candidate already exist: ${CURRENT_REL}"

0 commit comments

Comments
 (0)