Skip to content

Commit 71dae92

Browse files
replace incorrect uses to correct run in prereleases.yml
1 parent 47270d3 commit 71dae92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prereleases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
registry-url: "https://registry.npmjs.org"
3030

3131
- name: Install Dependencies
32-
uses: pnpm i --frozen-lockfile
32+
run: pnpm i --frozen-lockfile
3333

3434
- name: Build
3535
run: pnpm -F builder run build

0 commit comments

Comments
 (0)