Skip to content

Commit

Permalink
add CI to release libraries (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabello authored Jan 23, 2023
1 parent bc3f744 commit a0b0ecc
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/release-libs.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a0b0ecc

Please sign in to comment.