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:
Steven Enamakel
2026-03-26 15:42:52 -07:00
parent a28bec4a0b
commit 8bebad6b39
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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]