Skip to content

Commit

Permalink
chore(github-actions): Update changelog Github action commands 3.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MrSltun authored Jan 9, 2025
1 parent 1f7771b commit d585b3a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
cache: "yarn"

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

0 comments on commit d585b3a

Please sign in to comment.