Skip to content

Commit 28cc31a

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

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/release-notify.yml

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

0 commit comments

Comments
 (0)