Skip to content
This repository was archived by the owner on Mar 21, 2025. It is now read-only.

Commit be8ae38

Browse files
committed
ci: test
1 parent caed81f commit be8ae38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
with:
3030
version: 9
3131

32-
- name: Verify pnpm-lock.yaml
33-
run: ls -al | grep pnpm-lock.yaml
32+
- name: Run pnpm install
33+
run: pnpm install
3434

3535
- name: Get variables
3636
id: get_vars

0 commit comments

Comments
 (0)