We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708e69e commit d36a25bCopy full SHA for d36a25b
.github/workflows/new_daily_tag_play_store_internal_track.yaml
@@ -17,7 +17,7 @@ jobs:
17
echo ${{ secrets.KEYSTORE_PROPS_B64 }} | base64 -d | zcat > androidApp/keyguard-release.properties
18
echo ${{ secrets.GOOGLE_SERVICES }} | base64 -d | zcat > androidApp/google-services.json
19
echo ${{ secrets.SERVICE_ACCOUNT_B64 }} | base64 -d | zcat > service-account-google.json
20
- python .github/setup_gradle_properties_release.py tag=${{ github.ref_name }}
+ python .github/setup_gradle_properties_release.py tag="d$(date +%Y%m%d)"
21
- name: "Prepare version code"
22
run: |
23
pip -r .github/scripts/versioning/requirements.txt
0 commit comments