Skip to content

Commit c9936d6

Browse files
authored
Merge pull request #7 from sifive/release-action-fix
Remove git fetch no longer need with latest git update
2 parents 3a62053 + 798161f commit c9936d6

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,8 @@ jobs:
1919
steps:
2020
- name: 'Checkout'
2121
uses: actions/checkout@v2
22-
23-
# In order to generate release notes, we need a deep clone of the
24-
# repository so that we can find the most recent tag and generate
25-
# statistics based on it.
26-
- name: 'Fetch History'
27-
run: git fetch --prune --unshallow
22+
with:
23+
fetch-depth: 0
2824

2925
- name: 'Create Release Notes'
3026
uses: sifive/action-release-notes@v1

0 commit comments

Comments
 (0)