Skip to content

Commit a1e85d2

Browse files
committed
fix: action.yml points to dist/index.cjs (tsup output)
1 parent de55554 commit a1e85d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ outputs:
4545

4646
runs:
4747
using: 'node20'
48-
main: 'dist/index.js'
48+
main: "dist/index.cjs"

0 commit comments

Comments
 (0)