Skip to content

Commit

Permalink
[LOCAL] Use fetch-depth to 0 to create a release
Browse files Browse the repository at this point in the history
  • Loading branch information
cipolleschi committed Aug 15, 2024
1 parent 0778153 commit c1cee11
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
with:
token: ${{ secrets.REACT_NATIVE_BOT_GITHUB_TOKEN }}
fetch-tags: 'true'
fetch-depth: 0
- name: Check if on stable branch
id: check_stable_branch
run: |
Expand Down

0 comments on commit c1cee11

Please sign in to comment.