Skip to content

Commit

Permalink
ci(release): fetch all history
Browse files Browse the repository at this point in the history
  • Loading branch information
jjangga0214 committed Nov 7, 2023
1 parent b1fe516 commit 3fc2667
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
# 0 indicates all history for all branches and tags.
fetch-depth: 0 # For git history test

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

1 comment on commit 3fc2667

@vercel
Copy link

@vercel vercel bot commented on 3fc2667 Nov 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.