fix: trigger deploy on script changes, add changelog dep, deepen fetch (#228) (#233)

This commit was merged in pull request #233.
This commit is contained in:
Bot of Thomas Güttler
2026-05-24 21:05:10 +02:00
parent 86e12ffe72
commit 32ba916cbf
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -238,6 +238,7 @@ tasks:
publish-android:
desc: Build cached AAB, stamp versionCode, sign, and publish to Play Store via Dagger
deps: [generate-changelog]
preconditions:
- sh: test -n "$PLAY_STORE_CONFIG_JSON"
msg: "PLAY_STORE_CONFIG_JSON is not set"