Skip to content

Commit 2896e68

Browse files
authored
ci(publish): set fetch-depth to 0 for full git history (#15)
1 parent 4ff5c93 commit 2896e68

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,12 @@ jobs:
1919
permissions:
2020
id-token: write
2121
contents: read
22+
2223
steps:
2324
- name: Checkout repository
2425
uses: actions/checkout@v6
26+
with:
27+
fetch-depth: 0
2528

2629
- name: Install Node.js
2730
uses: actions/setup-node@v6

0 commit comments

Comments
 (0)