add gha for cli (#12492)

This commit is contained in:
Harrison Chase
2023-10-28 21:49:28 -07:00
committed by GitHub
parent 79cf01366e
commit 0660c06cf1

View File

@@ -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