Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for writing release for on tag push #503

Merged
merged 2 commits into from
Oct 7, 2023
Merged

Conversation

Iamlooker
Copy link
Member

No description provided.

@Iamlooker Iamlooker merged commit f622e64 into main Oct 7, 2023
1 of 2 checks passed
@Iamlooker Iamlooker deleted the publish_release branch October 7, 2023 09:49
@what-the-diff
Copy link

what-the-diff bot commented Oct 7, 2023

PR Summary

  • Workflow Modification
    The file .github/workflows/release_build.yml, which instructs GitHub how to automatically build our software, was updated.

  • New Step for Release Drafts
    A new automated step has been included that uses softprops/action-gh-release@v1 to create a draft release on GitHub using the output file from the previous step of the process.

  • Naming Adjustment
    The step in the process that signs the app APK (a package file format used by the Android operating system) has been renamed from "Sign app APK" to the same name "Sign app APK". This is just a linguistic adjustment and doesn't actually impact the functions of the code.

Please note, some unnecessary spaces and indentations in the file have been cleaned up to enhance readability and maintain clean coding standards.

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.

1 participant