super-productivity/.github/workflows
Johannes Millan 82baeab9cc
Consolidate Google Play release workflow into build-android (#6429)
* 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 a99f43ec1a.

* fix(build): fix Play Store always showing version 16.7.3

APKs were uploaded to the internal track with status: draft. When the
promote action later ran (on manual release publish), the Google Play
API could not promote a draft release to production, so it kept the
last non-draft version (16.7.3) on the production track.

Change upload status from draft to completed so the release is
promotable when the separate auto-publish workflow runs.

https://claude.ai/code/session_01N8ddANh4ejMn3kYLajkL5V

---------

Co-authored-by: Claude <noreply@anthropic.com>
2026-02-09 12:03:34 +01:00
..
auto-publish-google-play-on-release.yml chore(deps)(deps): bump the github-actions-minor group with 3 updates (#6440) 2026-02-09 11:15:49 +01:00
build-android.yml Consolidate Google Play release workflow into build-android (#6429) 2026-02-09 12:03:34 +01:00
build-create-windows-store-on-release.yml chore(deps)(deps): bump the github-actions-minor group with 5 updates (#6320) 2026-02-02 11:44:01 +01:00
build-ios.yml ci(release): switch macOS and iOS workflows to tag-based triggers 2026-02-05 15:58:51 +01:00
build-publish-to-aur-on-release.yml chore(deps)(deps): bump actions/checkout from 4.1.7 to 6.0.2 (#6190) 2026-01-26 11:04:50 +01:00
build-publish-to-mac-store-on-release.yml chore(deps)(deps): bump the github-actions-minor group with 3 updates (#6440) 2026-02-09 11:15:49 +01:00
build-publish-to-snap-on-release.yml security: pin all GitHub Actions to commit SHAs (CVE-2025-30066 mitigation) 2026-01-21 14:30:24 +01:00
build-update-web-app-on-release.yml chore(deps)(deps): bump the github-actions-minor group with 3 updates (#6440) 2026-02-09 11:15:49 +01:00
build.yml fix(build): keep GitHub release as draft so all platform jobs can upload 2026-02-08 16:25:25 +01:00
ci.yml chore(deps)(deps): bump the github-actions-minor group with 5 updates (#6320) 2026-02-02 11:44:01 +01:00
claude.yml chore(deps)(deps): bump the github-actions-minor group with 3 updates (#6440) 2026-02-09 11:15:49 +01:00
codeql-analysis.yml chore(deps)(deps): bump the github-actions-minor group with 3 updates (#6440) 2026-02-09 11:15:49 +01:00
e2e-scheduled.yml chore(deps)(deps): bump actions/download-artifact from 4.3.0 to 7.0.0 (#6322) 2026-02-02 11:43:47 +01:00
issue-open-auto-reply.yml fix(ci): add issues write permission to autoresponse workflow 2026-01-06 13:17:15 +01:00
manual-build.yml chore(deps)(deps): bump the github-actions-minor group with 5 updates (#6320) 2026-02-02 11:44:01 +01:00
pr-preview-deploy.yml chore(deps)(deps): bump the github-actions-minor group with 5 updates (#6188) 2026-01-26 11:05:14 +01:00
publish-to-hub-docker.yml chore(deps)(deps): bump the github-actions-minor group with 3 updates (#6440) 2026-02-09 11:15:49 +01:00
review.yml chore(deps)(deps): bump the github-actions-minor group with 3 updates (#6440) 2026-02-09 11:15:49 +01:00
stale.yml security: add Harden-Runner and fix remaining unpinned actions 2026-01-21 14:30:24 +01:00
supersync-docker.yml chore(deps)(deps): bump the github-actions-minor group with 3 updates (#6440) 2026-02-09 11:15:49 +01:00
test-mac-dmg-build.yml chore(deps)(deps): bump the github-actions-minor group with 5 updates (#6320) 2026-02-02 11:44:01 +01:00
welcome-first-time-contributors.yml security: add Harden-Runner and fix remaining unpinned actions 2026-01-21 14:30:24 +01:00
wiki-sync.yml docs(ci): prevent sync job from running on PR (#6240) 2026-01-28 16:39:54 +01:00