add gha for cli (#12492)

pull/12505/head
Harrison Chase 8 months ago committed by GitHub
parent 79cf01366e
commit 0660c06cf1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,13 @@
---
name: libs/cli Release
on:
workflow_dispatch: # Allows to trigger the workflow manually in GitHub UI
jobs:
release:
uses:
./.github/workflows/_release.yml
with:
working-directory: libs/cli
secrets: inherit
Loading…
Cancel
Save