Skip to content

Merge pull request #61 from canonical/add-label-config #7

Merge pull request #61 from canonical/add-label-config

Merge pull request #61 from canonical/add-label-config #7

Workflow file for this run

# Release charm's libraries if they have changed
name: Release Libraries
on:
push:
branches:
- main
paths:
- "lib/charms/kratos_external_idp_integrator/**"
jobs:
release-libs:
name: Release any bumped library
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # 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 }}"