Skip to content

Commit

Permalink
test: tryfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganitzsh committed Nov 15, 2023
1 parent 9c01e25 commit 5eea568
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,5 @@ outputs:
Released version in format of X.Y.Z (major.minor.patch-prerelease+build).
name: Release me!
runs:
main: dist/index.js
main: bootstrap.mjs
using: node20
pre: bootstrap.mjs
2 changes: 2 additions & 0 deletions bootstrap.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ execSync(
},
},
);

await import('./dist/index.js');

0 comments on commit 5eea568

Please sign in to comment.