Skip to content

Commit

Permalink
Don't clone the entire history to build a release.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 7, 2022
1 parent da4fc2d commit fad364f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GH_RELEASE_PAT }}
fetch-depth: 0

- name: Prepare release
uses: getsentry/action-prepare-release@v1
Expand Down

0 comments on commit fad364f

Please sign in to comment.