Skip to content

Commit f7edb07

Browse files
fix: fix bump release for v1 spec - prod (#766)
1 parent a733fb5 commit f7edb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/generateSpecMapping.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function handleAdminAPIv1() {
1515
if (process.env.BRANCH_NAME === 'main') {
1616
SPEC_MAPPING.push({
1717
doc: process.env.ATLAS_ADMIN_V1_DOC_ID,
18-
file: 'v1-deprecated/v1.json',
18+
file: 'openapi/v1-deprecated/v1.json',
1919
branch: 'main',
2020
});
2121
}

0 commit comments

Comments
 (0)