Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #550 from sifive/release-workflow
Browse files Browse the repository at this point in the history
Update release workflow for fetch depth
  • Loading branch information
nategraff-sifive authored Sep 28, 2020
2 parents 2e729d6 + 6714aa3 commit a42cb30
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,9 @@ jobs:
uses: actions/checkout@v2
with:
submodules: 'recursive'
fetch-depth: 0
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

# 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

# We tag submodules before creating the release notes or the release
# to make sure that they get tagged.
- name: 'Tag Submodules for Release'
Expand Down

0 comments on commit a42cb30

Please sign in to comment.