Skip to content

Commit

Permalink
Update release script URL (#17428)
Browse files Browse the repository at this point in the history
CircleCI API endpoint changed
  • Loading branch information
acdlite committed Nov 21, 2019
1 parent 237a966 commit 54f6673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const getArtifactsList = async buildID => {
? 'process_artifacts_experimental'
: 'process_artifacts';
const workflowID = buildMetadata.workflows.workflow_id;
const workflowMetadataURL = `https://circleci.com/api/v2/workflow/${workflowID}/jobs?circle-token=${
const workflowMetadataURL = `https://circleci.com/api/v2/workflow/${workflowID}/job?circle-token=${
process.env.CIRCLE_CI_API_TOKEN
}`;
const workflowMetadata = await http.get(workflowMetadataURL, true);
Expand Down

0 comments on commit 54f6673

Please sign in to comment.