Skip to content

Commit 6bb89e5

Browse files
authored
chore(ci): remove fetch-depth on push action (#153)
1 parent bbc718d commit 6bb89e5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v3
15-
with:
16-
# This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
17-
fetch-depth: 0
18-
1915
- uses: actions/setup-node@v3
2016
with:
2117
cache: "yarn"

0 commit comments

Comments
 (0)