Skip to content

Commit

Permalink
fix: release action invalid workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinEspinas committed Aug 21, 2024
1 parent ef37a22 commit 76b5446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
name: Release
runs-on: ubuntu-latest
needs: [build]
with:
fetch-depth: 0
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Install pnpm
uses: pnpm/action-setup@v4
Expand Down

0 comments on commit 76b5446

Please sign in to comment.