Skip to content

Commit 06d2c73

Browse files
committed
refactor: update workflow to checkout code with fetch-depth 0
1 parent 3cc711b commit 06d2c73

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/release.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
runs-on: ubuntu-latest
4747
needs: setup
4848
steps:
49+
- name: Checkout the Greatest Code, Nobody Does It Better!
50+
uses: actions/checkout@v4
51+
with:
52+
fetch-depth: 0
53+
4954
- name: Create Release PR or Publish the Greatest Package Ever!
5055
id: changesets
5156
uses: changesets/action@v1
@@ -60,6 +65,11 @@ jobs:
6065
runs-on: ubuntu-latest
6166
needs: setup
6267
steps:
68+
- name: Checkout the Greatest Code, Nobody Does It Better!
69+
uses: actions/checkout@v4
70+
with:
71+
fetch-depth: 0
72+
6373
- name: Run Chromatic, Visual Tests So Good, They’ll Blow Your Mind!
6474
uses: chromaui/action@latest
6575
with:

0 commit comments

Comments
 (0)