mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-28 18:20:42 +00:00
* fix(build): fix Play Store always showing version 16.7.3
Two issues caused production releases to always show as 16.7.3:
1. APKs were uploaded to the internal track with status: draft.
The promote action only sees active (non-draft) releases, so it
kept promoting the last non-draft version (16.7.3).
2. The promote workflow triggered on release:published, which fires
before the Android build finishes uploading. This race condition
meant the promotion always ran against stale internal track state.
Fix: change upload status to completed and move the promotion step
into the build workflow (after the upload), eliminating the race
condition. Remove the now-redundant auto-publish workflow.
https://claude.ai/code/session_01N8ddANh4ejMn3kYLajkL5V
* Revert "fix(build): fix Play Store always showing version 16.7.3"
This reverts commit
|
||
|---|---|---|
| .. | ||
| auto-publish-google-play-on-release.yml | ||
| build-android.yml | ||
| build-create-windows-store-on-release.yml | ||
| build-ios.yml | ||
| build-publish-to-aur-on-release.yml | ||
| build-publish-to-mac-store-on-release.yml | ||
| build-publish-to-snap-on-release.yml | ||
| build-update-web-app-on-release.yml | ||
| build.yml | ||
| ci.yml | ||
| claude.yml | ||
| codeql-analysis.yml | ||
| e2e-scheduled.yml | ||
| issue-open-auto-reply.yml | ||
| manual-build.yml | ||
| pr-preview-deploy.yml | ||
| publish-to-hub-docker.yml | ||
| review.yml | ||
| stale.yml | ||
| supersync-docker.yml | ||
| test-mac-dmg-build.yml | ||
| welcome-first-time-contributors.yml | ||
| wiki-sync.yml | ||