Skip to content

fix: remove draft option from GitHub release action in release.yml#45

Merged
cfc4n merged 1 commit intomainfrom
bugfix/action-remove-draft
Nov 23, 2025
Merged

fix: remove draft option from GitHub release action in release.yml#45
cfc4n merged 1 commit intomainfrom
bugfix/action-remove-draft

Conversation

@cfc4n
Copy link
Member

@cfc4n cfc4n commented Nov 23, 2025

This pull request makes a minor update to the GitHub Actions release workflow by removing the draft: true setting from the Android release job. This means releases will no longer be created as drafts and will be published immediately.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes the draft: true configuration from the Android release workflow, aligning Android releases with the existing behavior of desktop platforms (Windows, macOS, Linux). The change ensures that Android APK artifacts are published immediately upon successful build and signing, rather than being held in draft status.

Key changes:

  • Android releases will now be published immediately instead of as drafts
  • Behavior is now consistent with desktop platform releases which also publish immediately

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link

🔧 Debug Build Complete (PR 45, RunID 19612028693)

📦 Download Links:

⏰ Files will be retained for 7 days, please download and test promptly.

@cfc4n cfc4n merged commit d818c4a into main Nov 23, 2025
16 checks passed
@cfc4n cfc4n deleted the bugfix/action-remove-draft branch November 23, 2025 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants