Skip to content

Commit 5d2b165

Browse files
committed
chore: add publish actions
1 parent 8047c81 commit 5d2b165

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish beta npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: |
2929
git config --local user.email "action@github.com"
3030
git config --local user.name "GitHub Action"
31+
npm install
3132
cd packages
3233
cd ${{ github.event.inputs.packagePath }}
3334
npm install

.github/workflows/publish npm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
run: |
3131
git config --local user.email "action@github.com"
3232
git config --local user.name "GitHub Action"
33+
npm install
3334
cd packages
3435
cd ${{ github.event.inputs.packagePath }}
3536
npm install

0 commit comments

Comments
 (0)