From a0b0eccb271c71be6091761a7fbc4412504b367b Mon Sep 17 00:00:00 2001 From: Luca Bello <36242061+lucabello@users.noreply.github.com> Date: Mon, 23 Jan 2023 14:12:28 +0100 Subject: [PATCH] add CI to release libraries (#116) --- .github/workflows/release-libs.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/release-libs.yaml diff --git a/.github/workflows/release-libs.yaml b/.github/workflows/release-libs.yaml new file mode 100644 index 00000000..c76a882e --- /dev/null +++ b/.github/workflows/release-libs.yaml @@ -0,0 +1,11 @@ +name: Release Libraries + +on: + push: + branches: + - main + +jobs: + release-libs: + uses: canonical/observability/.github/workflows/release-libs.yaml@main + secrets: inherit