Skip to content

Commit

Permalink
fix(release): add fetch depth 0
Browse files Browse the repository at this point in the history
fetch depth 0 allows all commits to be fetched so that the ci job can generate the release notes
correctly
  • Loading branch information
bardenHa committed Oct 15, 2023
1 parent 6206743 commit a290b01
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 @@ -10,6 +10,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0

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

0 comments on commit a290b01

Please sign in to comment.