Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce failure recovery to GitHub Actions workflow (#186)
Added new steps in the GitHub Actions workflow to ensure continued operation in case of failures during the library publishing process. If a failure occurs while running the 'publishAllPublicationsToSpaceRepository' gradle task, the workflow will subsequently patch IDE config files and attempt to re-publish the libraries. This ensures resilience in our CI/CD process.
- Loading branch information