Skip to content

Commit

Permalink
chore(github-actions): Update changelog Github action commands 4.0 (#…
Browse files Browse the repository at this point in the history
…11364)

fix: increase jobs for git fetch
  • Loading branch information
MrSltun authored Jan 9, 2025
1 parent d585b3a commit fa100b6
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 @@ -24,7 +24,7 @@ jobs:

- name: Fetch all tags
run: |
git fetch --tags --depth=300
git fetch --tags --depth=300 --jobs=8
echo "fetched tags!"
- name: Determine iOS and Android tags
Expand Down

0 comments on commit fa100b6

Please sign in to comment.