Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit 0f25946

Browse files
committed
Update codemagic.yaml
1 parent 49b3b2d commit 0f25946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codemagic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ workflows:
144144
./gradlew clean test --no-daemon
145145
- name: Setup Gradle and Build RIA DigiDoc
146146
script: |
147-
LATEST_GOOGLE_PLAY_BUILD_NUMBER=$(google-play get-latest-build-number --package-name "$PACKAGE_NAME" --tracks production,internal,beta,alpha)
147+
LATEST_GOOGLE_PLAY_BUILD_NUMBER=$(google-play get-latest-build-number --package-name "$PACKAGE_NAME" --tracks internal)
148148
if [ -z $LATEST_GOOGLE_PLAY_BUILD_NUMBER ]
149149
then
150150
LATEST_BUILD_NUMBER="$APP_VERSION_NAME.$PROJECT_BUILD_NUMBER"

0 commit comments

Comments
 (0)