Skip to content

Commit

Permalink
chore: add publish actions
Browse files Browse the repository at this point in the history
  • Loading branch information
liujuping committed Dec 16, 2023
1 parent 7c95361 commit 12b90a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/publish beta npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,6 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
- name: Install Root Dependencies
run: npm install

- name: Change to Package Directory
run: cd packages/${{ github.event.inputs.packagePath }}

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/publish npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
- name: Install Root Dependencies
run: npm install

- name: Change to Package Directory
run: cd packages/${{ github.event.inputs.packagePath }}

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,6 @@
},
"resolutions": {
"@builder/babel-preset-ice": "1.0.1"
}
}
},
"repository": "https://github.com/alibaba/lowcode-plugins.git"
}

0 comments on commit 12b90a9

Please sign in to comment.