Skip to content

Commit 38aafd4

Browse files
committed
test
1 parent 6c6a1d3 commit 38aafd4

5 files changed

+9
-3
lines changed

.github/workflows/publish-package-github.yml

+6
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ jobs:
1616
- uses: actions/checkout@v4
1717
with:
1818
fetch-depth: 2
19+
ssh-key: ${{ secrets.SSH_KEY }}
20+
submodules: true
21+
- name: Configure Git
22+
run: |
23+
git config --global user.email "[email protected]"
24+
git config --global user.name "xiangnanscu-ci"
1925
- uses: actions/setup-node@v4
2026
with:
2127
node-version-file: ".nvmrc"
File renamed without changes.

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xiangnanscu/js2lua",
3-
"version": "0.31.0",
3+
"version": "0.32.0",
44
"type": "module",
55
"description": "Writing LuaJIT with the expressiveness of JavaScript.",
66
"main": "src/js2lua.mjs",
File renamed without changes.

0 commit comments

Comments
 (0)