We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0111f62 commit 41f1569Copy full SHA for 41f1569
script/release/ci-release-build.js
@@ -126,7 +126,7 @@ async function getCircleCIWorkflowId (pipelineId) {
126
}
127
128
async function getCircleCIJobNumber (workflowId) {
129
- const jobInfoUrl = `https://circleci.com/api/v2/workflow/${workflowId}/jobs`
+ const jobInfoUrl = `https://circleci.com/api/v2/workflow/${workflowId}/job`
130
let jobNumber = 0
131
while (jobNumber === 0) {
132
const jobInfo = await circleCIRequest(jobInfoUrl, 'GET')
0 commit comments