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.
2 parents 3a62053 + 798161f commit c9936d6Copy full SHA for c9936d6
.github/workflows/release.yml
@@ -19,12 +19,8 @@ jobs:
19
steps:
20
- name: 'Checkout'
21
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
+ with:
+ fetch-depth: 0
28
29
- name: 'Create Release Notes'
30
uses: sifive/action-release-notes@v1
0 commit comments