Skip to content

Commit f52f875

Browse files
authored
Update publish.yml
1 parent 5f5b6b4 commit f52f875

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ jobs:
7777
node-version: "22"
7878
cache: "npm"
7979

80+
- name: install dependency
81+
run: |
82+
npm run install -force
83+
shell: pwsh
84+
8085
- name: Build latest Manifest Version
8186
run: |
8287
npm run build

0 commit comments

Comments
 (0)