Skip to content

Commit

Permalink
chore(ci): fix release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
anehx committed Jun 26, 2024
1 parent dad3b99 commit 75acc6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
node-version: 20
cache: pnpm
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Release on NPM
run: pnpm semantic-release
env:
Expand Down

0 comments on commit 75acc6e

Please sign in to comment.