Skip to content

Commit bb72870

Browse files
committed
Give yarn the whole git history
1 parent a1e3924 commit bb72870

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
id-token: write
1111
steps:
1212
- uses: actions/checkout@v4
13+
with:
14+
fetch-depth: 0
1315
- name: Read .node-version
1416
id: node-version
1517
run: echo "node-version=$(cat .node-version)" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)