Skip to content

Commit 505fce8

Browse files
committed
some debug
1 parent be0c1d2 commit 505fce8

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
@@ -41,14 +41,14 @@ jobs:
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)
4848
RELEASE_ID=10099
4949

5050
# Add jira tickets to release
51-
JIRA_KEYS=$(get_issue_keys_between_staging_and_prod)
51+
# JIRA_KEYS=$(get_issue_keys_between_staging_and_prod)
5252
echo "Found issues: ${JIRA_KEYS}"
5353
for JIRA_KEY in ${JIRA_KEYS}; do
5454
add_issue_to_release ${JIRA_KEY} ${RELEASE_ID}

0 commit comments

Comments
 (0)