Skip to content

Commit 7610cb9

Browse files
Extract jira ticket numbers (AST-000)
1 parent 3e8af91 commit 7610cb9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/release-notify.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,10 @@ jobs:
185185
method: POST
186186
payload: |
187187
{
188-
"issues": ${{ steps.extract_jira_tickets.outputs.formatted_jira_tickets }},
189188
"data": {
190-
"releaseVersion": "${{ inputs.jira_product_name }}_${{ inputs.release_version }}"
189+
"issues": ${{ steps.extract_jira_tickets.outputs.formatted_jira_tickets }},
190+
"data": {
191+
"releaseVersion": "${{ inputs.jira_product_name }}_${{ inputs.release_version }}"
192+
}
191193
}
192194
}

0 commit comments

Comments
 (0)