VR4RoboticArm2/VR4RoboticArm/Library/PackageCache/com.meta.xr.sdk.movement/.github/workflows/clean-release.yml
IonutMocanu 48cccc22ad Main2
2025-09-08 11:13:29 +03:00

20 lines
442 B
YAML

name: Clean Release
on:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
call-merge:
uses: ./.github/workflows/merge.yml
call-cleanup:
needs: call-merge
uses: ./.github/workflows/cleanup.yml
call-release:
needs: call-cleanup
uses: ./.github/workflows/release.yml
call-documentation:
needs: call-release
uses: ./.github/workflows/documentation.yml