mirror of
https://github.com/tinyhumansai/openhuman.git
synced 2026-07-29 14:02:19 +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]
|
||||
|
||||
Generated
+1
-1
@@ -4,7 +4,7 @@ version = 4
|
||||
|
||||
[[package]]
|
||||
name = "AlphaHuman"
|
||||
version = "0.30.0"
|
||||
version = "0.49.1"
|
||||
dependencies = [
|
||||
"aes-gcm",
|
||||
"android_logger",
|
||||
|
||||
Reference in New Issue
Block a user