Skip to content

Commit d36a25b

Browse files
committed
chore(Android): Fake daily tag format during internal build
1 parent 708e69e commit d36a25b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/new_daily_tag_play_store_internal_track.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
echo ${{ secrets.KEYSTORE_PROPS_B64 }} | base64 -d | zcat > androidApp/keyguard-release.properties
1818
echo ${{ secrets.GOOGLE_SERVICES }} | base64 -d | zcat > androidApp/google-services.json
1919
echo ${{ secrets.SERVICE_ACCOUNT_B64 }} | base64 -d | zcat > service-account-google.json
20-
python .github/setup_gradle_properties_release.py tag=${{ github.ref_name }}
20+
python .github/setup_gradle_properties_release.py tag="d$(date +%Y%m%d)"
2121
- name: "Prepare version code"
2222
run: |
2323
pip -r .github/scripts/versioning/requirements.txt

0 commit comments

Comments
 (0)