Skip to content

Commit a16dca5

Browse files
authored
fix(ci): checkout EVERYTHING so semantic-release has all the data it could need
1 parent 9af890c commit a16dca5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: checkout code
1717
uses: actions/checkout@v3
18+
with:
19+
fetch-depth: 0
1820

1921
- name: setup node.js
2022
uses: actions/setup-node@v3
@@ -70,6 +72,8 @@ jobs:
7072
steps:
7173
- name: checkout code
7274
uses: actions/checkout@v3
75+
with:
76+
fetch-depth: 0
7377

7478
- name: setup node.js
7579
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)