Skip to content

Commit 54f6673

Browse files
authored
Update release script URL (#17428)
CircleCI API endpoint changed
1 parent 237a966 commit 54f6673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const getArtifactsList = async buildID => {
5757
? 'process_artifacts_experimental'
5858
: 'process_artifacts';
5959
const workflowID = buildMetadata.workflows.workflow_id;
60-
const workflowMetadataURL = `https://circleci.com/api/v2/workflow/${workflowID}/jobs?circle-token=${
60+
const workflowMetadataURL = `https://circleci.com/api/v2/workflow/${workflowID}/job?circle-token=${
6161
process.env.CIRCLE_CI_API_TOKEN
6262
}`;
6363
const workflowMetadata = await http.get(workflowMetadataURL, true);

0 commit comments

Comments
 (0)