Skip to content

Commit

Permalink
package3
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangnanscu committed Feb 23, 2024
1 parent 41159c3 commit 0fd8edc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/publish-package-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Publish to NPM Packages

on:
push:
paths: 'package.json'
paths: "package.json"

jobs:
publish-npm:
Expand All @@ -14,15 +14,14 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 2
ssh-key: ${{ secrets.SSH_KEY }}
submodules: true
- name: Configure Git
run: |
git config --global user.email "[email protected]"
git config --global user.name "xiangnanscu"
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
node-version-file: ".nvmrc"
registry-url: https://registry.npmjs.org/
- name: Install jq
run: sudo apt-get install jq
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xiangnanscu/lua2js",
"version": "0.23.0",
"version": "0.24.0",
"main": "src/lua2js.mjs",
"type": "module",
"bin": {
Expand Down

0 comments on commit 0fd8edc

Please sign in to comment.