We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be0c1d2 commit 505fce8Copy full SHA for 505fce8
.github/workflows/create-release.yml
@@ -41,14 +41,14 @@ jobs:
41
# exit 1
42
# fi
43
44
- # Create the release and get the release ID
+ # Create the release and get the release ID
45
# TIMESTAMP=$(date -u "+%Y-%m-%d-%H-%M-%S")
46
# CREATE_RESULT_JSON=$(create_release ${{ env.JIRA_PROJECT_ID }} ${TIMESTAMP})
47
# RELEASE_ID=$(echo "${CREATE_RESULT_JSON}" | jq .id)
48
RELEASE_ID=10099
49
50
# Add jira tickets to release
51
- JIRA_KEYS=$(get_issue_keys_between_staging_and_prod)
+# JIRA_KEYS=$(get_issue_keys_between_staging_and_prod)
52
echo "Found issues: ${JIRA_KEYS}"
53
for JIRA_KEY in ${JIRA_KEYS}; do
54
add_issue_to_release ${JIRA_KEY} ${RELEASE_ID}
0 commit comments