-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor GitHub Actions workflows for release and build processes
- Updated `publish-to-manual-release.yml` to trigger on push to the `release` branch instead of pull request events. - Simplified the release creation process by removing the `create-release` and `publish-release` jobs, consolidating them into the `publish-tauri` job. - Adjusted the `publish-tauri` job to automatically handle versioning and release details. - Excluded the `release` branch from triggering the `test-build-only.yml` workflow by adding `branches-ignore`. - Improved the overall workflow efficiency and clarity by removing redundant steps and utilizing automatic version replacement in tags and release names.
- Loading branch information
1 parent
2f8fe5b
commit 70f4e67
Showing
2 changed files
with
16 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters