Skip to content

Commit 12b90a9

Browse files
committed
chore: add publish actions
1 parent 7c95361 commit 12b90a9

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/publish beta npm.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ jobs:
2929
git config --local user.email "action@github.com"
3030
git config --local user.name "GitHub Action"
3131
32-
- name: Install Root Dependencies
33-
run: npm install
34-
3532
- name: Change to Package Directory
3633
run: cd packages/${{ github.event.inputs.packagePath }}
3734

.github/workflows/publish npm.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
git config --local user.email "action@github.com"
3232
git config --local user.name "GitHub Action"
3333
34-
- name: Install Root Dependencies
35-
run: npm install
36-
3734
- name: Change to Package Directory
3835
run: cd packages/${{ github.event.inputs.packagePath }}
3936

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,6 @@
5454
},
5555
"resolutions": {
5656
"@builder/babel-preset-ice": "1.0.1"
57-
}
58-
}
57+
},
58+
"repository": "https://github.com/alibaba/lowcode-plugins.git"
59+
}

0 commit comments

Comments
 (0)