mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-28 13:32:23 +00:00
chore: update release workflow job name for clarity
- Renamed the cleanup job in the GitHub Actions workflow to better reflect its purpose of removing releases and tags if the build fails. - Updated the version of the AlphaHuman package in Cargo.lock to 0.49.1.
This commit is contained in:
@@ -301,7 +301,7 @@ jobs:
|
||||
repo: openhuman
|
||||
|
||||
cleanup-failed-release:
|
||||
name: Remove release and tag after failed build
|
||||
name: Remove release and tag if build failed
|
||||
runs-on: ubuntu-latest
|
||||
environment: Production
|
||||
needs: [prepare-release, create-release, build-artifacts]
|
||||
|
||||
Reference in New Issue
Block a user