Skip to content

Commit c9064d8

Browse files
committed
```
chore(package): 🔧 bump version to 1.0.3 and update build output directory * updates version in `package.json` to reflect new release * changes build output directory from `dist` to `build` for better organization ```
1 parent 93fcaf9 commit c9064d8

3 files changed

Lines changed: 31936 additions & 3 deletions

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ outputs:
1919
description: "Raw response body returned by the Coswarm API."
2020
runs:
2121
using: "node20"
22-
main: "dist/index.js"
22+
main: "build/index.js"
2323
branding:
2424
icon: "cloud"
2525
color: "blue"

0 commit comments

Comments
 (0)