Skip to content

Add functional tests for grub lib (#104) #25

Add functional tests for grub lib (#104)

Add functional tests for grub lib (#104) #25

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