Skip to content

Commit

Permalink
Merge pull request #7 from sifive/release-action-fix
Browse files Browse the repository at this point in the history
Remove git fetch no longer need with latest git update
  • Loading branch information
bsousi5 authored Jun 29, 2020
2 parents 3a62053 + 798161f commit c9936d6
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@ jobs:
steps:
- name: 'Checkout'
uses: actions/checkout@v2

# In order to generate release notes, we need a deep clone of the
# repository so that we can find the most recent tag and generate
# statistics based on it.
- name: 'Fetch History'
run: git fetch --prune --unshallow
with:
fetch-depth: 0

- name: 'Create Release Notes'
uses: sifive/action-release-notes@v1
Expand Down

0 comments on commit c9936d6

Please sign in to comment.