Skip to content

Commit aeccf12

Browse files
authored
ci: Use default fetch-depth of 1 for checkout step (#47)
1 parent b4ac843 commit aeccf12

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ jobs:
2020
steps:
2121
- name: Checkout
2222
uses: actions/checkout@v4
23-
with:
24-
# Make sure the release step uses its own credentials:
25-
# https://github.com/cycjimmy/semantic-release-action#private-packages
26-
persist-credentials: false
27-
fetch-depth: 0
2823

2924
- name: Cache dependencies
3025
uses: actions/cache@v4

0 commit comments

Comments
 (0)