Skip to content

Commit bf57321

Browse files
author
heimanba
committed
Merge branch 'master' of github.com:devsapp/cdn
2 parents aff0cca + 3a48f5e commit bf57321

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/registry-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
pip install requests
2424
- name: Build
2525
run: |
26+
npm install
2627
npm run build
2728
- name: Add publish file
2829
run: |
@@ -33,4 +34,4 @@ jobs:
3334
publish_token: ${{ secrets.alibaba_registry_publish_token }}
3435
run: |
3536
ls
36-
python hub-publish.py
37+
python hub-publish.py

0 commit comments

Comments
 (0)