Skip to content

tests: cover Driver::cleanCache() and Driver::withoutCache() #36

tests: cover Driver::cleanCache() and Driver::withoutCache()

tests: cover Driver::cleanCache() and Driver::withoutCache() #36

---
# https://github.com/google-github-actions/release-please-action#release-types-supported
# https://github.com/googleapis/release-please/blob/main/docs/customizing.md
on: # yamllint disable-line rule:truthy
push:
branches:
- 2.x
name: 📦 Create release
jobs:
release:
runs-on: ubuntu-latest
steps:
- name: 🎉 Create release
uses: google-github-actions/[email protected]
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
config-file: .github/.release-please-config.json
manifest-file: .github/.release-please-manifest.json
target-branch: 2.x
...