fix(d): d
This commit is contained in:
@@ -70,7 +70,7 @@ if (!GITEA_URL || !GITEA_USERNAME || !GITEA_REPO || !GITEA_TOKEN) {
|
|||||||
const getLatestChangelog = async () => {
|
const getLatestChangelog = async () => {
|
||||||
try {
|
try {
|
||||||
const changelogContent = await fs.readFile(
|
const changelogContent = await fs.readFile(
|
||||||
path.resolve(__dirname, "../CHANGELOG.md"),
|
path.resolve(__dirname, "./CHANGELOG.md"),
|
||||||
"utf8"
|
"utf8"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user