Skip to content

Fix. Mock not working for grandchildren and beyond (#746) #15

Fix. Mock not working for grandchildren and beyond (#746)

Fix. Mock not working for grandchildren and beyond (#746) #15

name: Release
on:
push:
branches:
- master
permissions:
contents: write
pull-requests: write
jobs:
Please:
runs-on: ubuntu-latest
steps:
- id: release
name: Release
uses: googleapis/[email protected]
with:
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json
release-type: elixir
target-branch: master
token: ${{ secrets.GH_PAT_RELEASE_PLEASE_ACTION }}