We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad3b99 commit 75acc6eCopy full SHA for 75acc6e
.github/workflows/release.yml
@@ -14,6 +14,8 @@ jobs:
14
with:
15
node-version: 20
16
cache: pnpm
17
+ - name: Install Dependencies
18
+ run: pnpm install --frozen-lockfile
19
- name: Release on NPM
20
run: pnpm semantic-release
21
env:
0 commit comments