From 23d3e326f1c695f273d2ce77eac5e3a1e702926e Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Wed, 18 Oct 2023 11:21:45 -0700 Subject: [PATCH] fix workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4892cc34..d4c497be7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -40,7 +40,7 @@ jobs: issuetype: Release summary: "${{ env.FIX_VERSION }}" description: "${{ env.JIRA_DESCRIPTION }}" - fields: '{"components": [{"id": "11717"}], "labels": ["ccb_std_017"], "customfield_10004": {"id": "15710"}, "fixVersions": [{"name": "${{ env.FIX_VERSION }}"}]}' + fields: '{"components": [{"id": "25474"}], "labels": ["ccb_std_017"], "customfield_10004": {"id": "15710"}, "fixVersions": [{"name": "${{ env.FIX_VERSION }}"}]}' env: FIX_VERSION: Acquia CLI ${{ github.event.release.name }} - name: Log created issue