Skip to content

Commit

Permalink
fix: use vulnerability as folder for post-release announcement (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS authored Jan 16, 2025
1 parent 12dcbf6 commit 841e3e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/security_blog.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default class SecurityBlog extends SecurityRelease {
dependencyUpdates: content.dependencies
};

const pathToBlogPosts = path.resolve(nodejsOrgFolder, 'apps/site/pages/en/blog/release');
const pathToBlogPosts = path.resolve(nodejsOrgFolder, 'apps/site/pages/en/blog/vulnerability');
const pathToBannerJson = path.resolve(nodejsOrgFolder, 'apps/site/site.json');

const preReleasePath = path.resolve(pathToBlogPosts, data.slug + '.md');
Expand Down

0 comments on commit 841e3e8

Please sign in to comment.