diff --git a/.github/workflows/build-python-release.reusable.yaml b/.github/workflows/build-python-release.reusable.yaml index 89caa920c..1d6841b14 100644 --- a/.github/workflows/build-python-release.reusable.yaml +++ b/.github/workflows/build-python-release.reusable.yaml @@ -1,4 +1,4 @@ -name: Release language_client_python +name: BAML Release - Build Python on: workflow_call: {} diff --git a/.github/workflows/build-ruby-release.reusable.yaml b/.github/workflows/build-ruby-release.reusable.yaml index 055512b65..966172f26 100644 --- a/.github/workflows/build-ruby-release.reusable.yaml +++ b/.github/workflows/build-ruby-release.reusable.yaml @@ -1,4 +1,4 @@ -name: Release engine/language_client_ruby +name: BAML Release - Build Ruby on: workflow_call: {} diff --git a/.github/workflows/build-typescript-release.reusable.yaml b/.github/workflows/build-typescript-release.reusable.yaml index 8df43c8da..90eaa584a 100644 --- a/.github/workflows/build-typescript-release.reusable.yaml +++ b/.github/workflows/build-typescript-release.reusable.yaml @@ -1,4 +1,4 @@ -name: Release language_client_typescript +name: BAML Release - Build Typescript on: workflow_call: {}