Skip to content

Commit 8c2b305

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

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/release-notify.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -185,8 +185,11 @@ jobs:
185185
method: POST
186186
payload: |
187187
{
188-
"issues": ${{ steps.extract_jira_tickets.outputs.formatted_jira_tickets }},
189-
"data": {
190-
"releaseVersion": "${{ inputs.jira_product_name }}_${{ inputs.release_version }}"
191-
}
188+
"issues": [
189+
"AST-73515",
190+
"AST-75821"
191+
],
192+
"data": {
193+
"releaseVersion": "JETBRAINS_v2.2.3"
194+
}
192195
}

0 commit comments

Comments
 (0)