Skip to content

Commit

Permalink
Fetch tags before running notes generation
Browse files Browse the repository at this point in the history
  • Loading branch information
saagarjha committed Feb 24, 2024
1 parent 9e55410 commit b20bffc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,4 +113,7 @@ jobs:
run: |
version="$(cat Configs/Deployment.xcconfig | grep CURRENT_PROJECT_VERSION | awk '{ print $3 }')"
# Make sure we all have all the latest tags (for notes)
git fetch --tags
Release/send_to_testflight.swift "$version"

0 comments on commit b20bffc

Please sign in to comment.