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 18, 2023
1 parent 6c44b3a commit 105ca2b
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/publish npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,6 @@ jobs:
with:
node-version: '16' # 或者您希望的任何版本

- name: Configure Git
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
- name: Change to Package Directory
run: cd packages/${{ github.event.inputs.packagePath }}

- name: Install Package Dependencies
run: npm install --legacy-peer-deps

- name: Build Package
run: npm run build

- name: Publish Package
run: |
git config --local user.email "[email protected]"
Expand Down

0 comments on commit 105ca2b

Please sign in to comment.