Skip to content

Commit

Permalink
Merge pull request #26 from getsentry/ref-build-updates
Browse files Browse the repository at this point in the history
Don't clone the entire history to build a release.
  • Loading branch information
markstory authored Sep 7, 2022
2 parents da4fc2d + fad364f commit 5a15802
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 5a15802

Please sign in to comment.