Skip to content

Commit

Permalink
pass through mathlib prop
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdabbs committed Dec 6, 2023
1 parent 912f68c commit ddba623
Show file tree
Hide file tree
Showing 4 changed files with 18,737 additions and 23 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ Actions can be published on a releases branch using `ncc`

git checkout releases/v1
git merge master
yarn release
git add -f dist/index.js
# ... something about esbuild ...
# yarn release
# git add -f dist/index.js
git commit
git push

Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ inputs:
out:
description: Path to write the bundle to
runs:
using: 'node12'
main: 'lib/main.js'
using: 'node20'
main: 'dist/main.js'
Loading

0 comments on commit ddba623

Please sign in to comment.