Skip to content

Merge pull request #52 from canonical/IAM-712 #5

Merge pull request #52 from canonical/IAM-712

Merge pull request #52 from canonical/IAM-712 #5

Workflow file for this run

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