mirror of
https://github.com/mastodon/mastodon-ios.git
synced 2024-12-21 13:54:15 +01:00
fix: CURRENT_PROJECT_VERSION not update issue
This commit is contained in:
parent
78ce26b889
commit
c317f97dc4
2
.github/scripts/build-release.sh
vendored
2
.github/scripts/build-release.sh
vendored
@ -36,6 +36,8 @@ BUILD_NUMBER=$(app-store-connect get-latest-testflight-build-number $ENV_APP_ID
|
||||
BUILD_NUMBER=$((BUILD_NUMBER+1))
|
||||
CURRENT_PROJECT_VERSION=${BUILD_NUMBER:-0}
|
||||
|
||||
agvtool new-version -all $CURRENT_PROJECT_VERSION
|
||||
|
||||
xcrun xcodebuild clean \
|
||||
-workspace "${WORKSPACE}" \
|
||||
-scheme "${SCHEME}" \
|
||||
|
Loading…
Reference in New Issue
Block a user