Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Mar 1, 2024
1 parent 32ffea5 commit f011f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/release.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { readFileSync } from "fs";

const { version } = JSON.parse(
// eslint-disable-next-line no-undef
readFileSync(join(import.meta.dirname, "..", "package.json")).toString()
readFileSync(join("..", "package.json")).toString()
);

const gh_token = process.env["GH_TOKEN"];
Expand Down

0 comments on commit f011f5a

Please sign in to comment.