Skip to content

Commit 2bde1b7

Browse files
committed
chore: set fetch-depth to 0 in reusable-post-release workflow for complete history
1 parent 083bc1f commit 2bde1b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/reusable-post-release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4
21+
with:
22+
fetch-depth: 0
2123

2224
- name: Setup Node.js
2325
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)