Skip to content

Commit

Permalink
ci: add release lib workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wood-push-melon committed Jan 11, 2024
1 parent 9a08e17 commit 3446b02
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/release_libs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Release Charm Library

on:
push:
branches:
- main
paths:
- "lib/charms/glauth_k8s/**"

jobs:
release-libs:
name: Release charm library
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Release charm library
uses: canonical/charming-actions/release-libraries@main
with:
credentials: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3446b02

Please sign in to comment.