Skip to content

Commit

Permalink
Set fetch-depth to 0 (unlimited) for release action
Browse files Browse the repository at this point in the history
  • Loading branch information
AdiRishi committed Dec 3, 2023
1 parent 4bae56c commit d3b765f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4
with:
token: ${{ steps.create_token.outputs.token }}
fetch-depth: 1
fetch-depth: 0
fetch-tags: true

- name: Setup git user as Changesets Bot
Expand Down

0 comments on commit d3b765f

Please sign in to comment.