Skip to content

Commit 75acc6e

Browse files
committed
chore(ci): fix release pipeline
1 parent dad3b99 commit 75acc6e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
with:
1515
node-version: 20
1616
cache: pnpm
17+
- name: Install Dependencies
18+
run: pnpm install --frozen-lockfile
1719
- name: Release on NPM
1820
run: pnpm semantic-release
1921
env:

0 commit comments

Comments
 (0)