Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

pass through mathlib prop #24

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading