Skip to content

Merge pull request #239 from canonical/fix/login-ui-relation #9

Merge pull request #239 from canonical/fix/login-ui-relation

Merge pull request #239 from canonical/fix/login-ui-relation #9

Workflow file for this run

# Release login_ui_endpoints library only if it has changed
name: Release library
on:
push:
branches:
- main
paths:
- "lib/charms/identity_platform_login_ui_operator/**"
jobs:
release-lib:
name: Release any bumped library
uses: canonical/identity-team/.github/workflows/charm-libs-release.yaml@dfa29853f47f32bbe2974ad021d067ae245452f8 # v1.7.5
secrets:
CHARMCRAFT_CREDENTIALS: ${{ secrets.CHARMCRAFT_CREDENTIALS }}
PAT_TOKEN: ${{ secrets.PAT_TOKEN }}