Skip to content

Commit 11fda29

Browse files
committed
some debug
1 parent 505fce8 commit 11fda29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ jobs:
3333
source scripts/lib-jira.sh
3434
source scripts/lib-kosli.sh
3535
36-
# Check if a release already exists, if so we fail
36+
# Check if a release already exists, if so we fail
3737
# CURRENT_REL_JSON=$(get_CURRENT_REL_candidate ${{ env.JIRA_PROJECT_ID }})
3838
# CURRENT_REL=$(echo "${CURRENT_REL_JSON}" | jq .values)
3939
# if [ "${CURRENT_REL}" != "[]" ]; then
4040
# echo "Release candidate already exist: ${CURRENT_REL}"
4141
# exit 1
4242
# fi
4343

44-
# Create the release and get the release ID
44+
# Create the release and get the release ID
4545
# TIMESTAMP=$(date -u "+%Y-%m-%d-%H-%M-%S")
4646
# CREATE_RESULT_JSON=$(create_release ${{ env.JIRA_PROJECT_ID }} ${TIMESTAMP})
4747
# RELEASE_ID=$(echo "${CREATE_RESULT_JSON}" | jq .id)

0 commit comments

Comments
 (0)