Skip to content

Commit

Permalink
fix stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ahqsoftwares committed Sep 1, 2024
1 parent 5aa8d59 commit 613b629
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
result-encoding: string
script: |
const version = await require("./index.js")();
const version = await require("./index.cjs")();
console.log(`Version: ${version}`);
return version;
Expand Down
File renamed without changes.

0 comments on commit 613b629

Please sign in to comment.