Skip to content

Commit 9b102c9

Browse files
committed
more debug
1 parent 73f3f11 commit 9b102c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/create-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,12 @@ jobs:
3535
${{ env.KOSLI_CLI_VERSION }}
3636

3737
- name:
38-
run: |
38+
run: |
3939
source scripts/lib-jira.sh
4040
source scripts/lib-kosli.sh
4141
RELEASE_ID=10099
4242
43+
set -x
4344
JIRA_KEYS=$(get_issue_keys_between_staging_and_prod)
4445
echo "Found issues: ${JIRA_KEYS}"
4546
for JIRA_KEY in ${JIRA_KEYS}; do

0 commit comments

Comments
 (0)