Skip to content

Merge pull request #277 from canonical/IAM-1042 #8

Merge pull request #277 from canonical/IAM-1042

Merge pull request #277 from canonical/IAM-1042 #8

Workflow file for this run

# Release charm's libraries if they have changed
name: Release Libraries
on:
push:
branches:
- main
paths:
- "lib/charms/kratos/**"
jobs:
release-libs:
name: Release any bumped library
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0
- name: Release any bumped charm library
uses: canonical/charming-actions/release-libraries@main
with:
credentials: "${{ secrets.CHARMCRAFT_CREDENTIALS }}"
github-token: "${{ github.token }}"