fix(ci): pre-emptive tagging (#4415)

This commit is contained in:
James Rich 2026-02-02 13:43:42 -06:00 committed by GitHub
parent cf0af91ae1
commit d4089a2985
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 4 deletions

View file

@ -111,6 +111,10 @@ jobs:
echo "versionCode=$VERSION_CODE" >> $GITHUB_OUTPUT
shell: bash
release-google:
runs-on: ubuntu-latest
needs: [prepare-build-info, run-lint]
environment: Release
env:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
GRADLE_CACHE_URL: ${{ secrets.GRADLE_CACHE_URL }}