Skip to content

Commit

Permalink
ci(release): fix release ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kleinpetr committed Nov 2, 2024
1 parent a9e67f3 commit 54e1635
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2

- name: Install Dependencies
run: pnpm install

- name: Publish release
run: pnpm run release:push

0 comments on commit 54e1635

Please sign in to comment.