Skip to content

Commit be27061

Browse files
authored
fix: fetch dependencies before release (#487)
1 parent cb348e0 commit be27061

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/prepare_release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
node-version-file: package.json
2929
registry-url: "https://registry.npmjs.org"
3030
cache: "npm"
31+
- name: Install dependencies
32+
run: npm ci
3133
- name: Bump version
3234
id: bump-version
3335
run: |

0 commit comments

Comments
 (0)