We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1300d30 commit 73d9c15Copy full SHA for 73d9c15
.github/workflows/release.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
with:
13
- fetch-depth: 0 # 👈 Required to retrieve git history
+ fetch-depth: 10 # 👈 Required to retrieve git history
14
15
- name: Prepare repository
16
run: git fetch --unshallow --tags
0 commit comments