Skip to content

feat: load deb822 sources; use add-apt-repository to add (#137) #39

feat: load deb822 sources; use add-apt-repository to add (#137)

feat: load deb822 sources; use add-apt-repository to add (#137) #39

Workflow file for this run

name: Release Libraries
on:
push:
branches:
- main
jobs:
release-libs:
name: Release any bumped library
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Release any bumped charm library
uses: canonical/charming-actions/[email protected]
with:
credentials: "${{ secrets.CHARMHUB_TOKEN }}"
github-token: "${{ secrets.GITHUB_TOKEN }}"