Skip to content

Commit

Permalink
fix: CI
Browse files Browse the repository at this point in the history
  • Loading branch information
krboktv committed Aug 21, 2024
1 parent fc7bf20 commit 6404a29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ jobs:
node-version: 18
cache: pnpm

- name: Security
run: pnpm audit

- name: Install Dependencies
run: pnpm install

- name: Security
run: pnpm audit

- name: Bump package.json version
id: version
run: |
Expand Down

0 comments on commit 6404a29

Please sign in to comment.