Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomax authored and Pomax committed Aug 27, 2024
1 parent 43df341 commit eb41429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path');
const { exec } = require('child_process');
const { version } = require('../package.json');

const CHANGELOG_PATH = path.resolve(__dirname, '../changelog.md');
const CHANGELOG_PATH = path.resolve(__dirname, '../CHANGELOG.md');
const ignoredFiles = ['lib/index.js', 'lib/stories.js', 'changelog.md', 'package.json', 'package-lock.json'];

const getGitDiff = () =>
Expand Down

0 comments on commit eb41429

Please sign in to comment.