Skip to content

apt.py: use subprocess.run with check=True instead of check_call when… #28

apt.py: use subprocess.run with check=True instead of check_call when…

apt.py: use subprocess.run with check=True instead of check_call when… #28

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 }}"