Skip to content

Commit

Permalink
test4
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangnanscu committed Feb 13, 2024
1 parent 59f30ae commit b793be5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-package-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "Version did not change"
echo "{changed}={false}" >> $GITHUB_OUTPUT
fi
echo $GITHUB_OUTPUT
cat $GITHUB_OUTPUT
echo ${{ steps.version_changed.outputs.changed }}
- name: Publish to npm
if: steps.version_changed.outputs.changed == 'true'
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xiangnanscu/js2lua",
"version": "0.28.0",
"version": "0.29.0",
"type": "module",
"description": "Writing LuaJIT with the expressiveness of JavaScript",
"main": "src/js2lua.mjs",
Expand Down

0 comments on commit b793be5

Please sign in to comment.