Skip to content

Commit

Permalink
Grab the build number after incrementing it.
Browse files Browse the repository at this point in the history
  • Loading branch information
samsymons committed Jan 27, 2025
1 parent a8411a0 commit e436084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ jobs:
MATCH_PASSWORD: ${{ secrets.MATCH_PASSWORD }}
run: |
app_version="$(cut -d ' ' -f 3 < Configuration/Version.xcconfig)"
build_version="$(cut -d ' ' -f 3 < Configuration/BuildNumber.xcconfig)"
bundle exec fastlane increment_build_number_for_version version:$app_version app_identifier:"com.duckduckgo.mobile.ios.alpha"
build_version="$(cut -d ' ' -f 3 < Configuration/BuildNumber.xcconfig)"
bundle exec fastlane release_alpha groups:["${{ env.destination }}"]
echo "dsyms_path=${{ github.workspace }}/DuckDuckGo-Alpha.app.dSYM.zip" >> $GITHUB_ENV
echo "app_version=${app_version}" >> $GITHUB_ENV
Expand Down

0 comments on commit e436084

Please sign in to comment.