Skip to content

ci: fix release workflow and fastlane deploy lane#1018

Merged
wax911 merged 2 commits into
developfrom
ci/release-workflow
May 30, 2026
Merged

ci: fix release workflow and fastlane deploy lane#1018
wax911 merged 2 commits into
developfrom
ci/release-workflow

Conversation

@wax911

@wax911 wax911 commented May 30, 2026

Copy link
Copy Markdown
Member

Description

Fixes the android-build workflow and fastlane deploy lane:

  • Disabled immutable releases (repo setting) — allows gh release upload to add APKs after the release is published
  • Added --clobber to gh release upload in .github/workflows/android-build.yaml — prevents duplicate asset errors on re-runs
  • Commented out submit_prod call in fastlane/Fastfile — the lane was previously failing and intentionally skipped, but the calling code was left in, causing the build step to exit with code 1

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (Improves existing functionality)

@wax911 wax911 self-assigned this May 30, 2026

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved automated PR

@codacy-production

codacy-production Bot commented May 30, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@wax911 wax911 force-pushed the ci/release-workflow branch from 18d3c00 to 3cc9312 Compare May 30, 2026 23:46
@wax911 wax911 merged commit 22b2e3e into develop May 30, 2026
10 checks passed
@wax911 wax911 deleted the ci/release-workflow branch May 30, 2026 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant