Skip to content

Commit

Permalink
feat: use index.js from dist for action
Browse files Browse the repository at this point in the history
  • Loading branch information
pascal-zarrad committed Sep 21, 2023
1 parent f7c016e commit 3e6f7f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ inputs:

runs:
using: 'node20'
main: 'index.js'
main: 'dist/index.js'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sync-markdown-bookstack-action",
"version": "1.0.0",
"description": "An action that syncs markdown files to a book or chapter in BookStack",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"bundle": "npm run format:write && npm run package",
"package": "ncc build index.js --license licenses.txt",
Expand Down

0 comments on commit 3e6f7f2

Please sign in to comment.