chore: prepare action for v0.0.1 release

- Update action.yml to point to dist/index.js
- Add built distribution files
- Update package.json and build configuration
This commit is contained in:
Colin McDonnell
2025-08-27 17:47:25 -07:00
parent c5b1e63811
commit f42dc28da8
6 changed files with 18006 additions and 24 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ inputs:
runs:
using: 'node20'
main: 'index.js'
main: 'dist/index.js'
branding:
icon: 'message-circle'