Skip to content

feat: ExMachina.start/2: return a supervisor from Application callbac… #8

feat: ExMachina.start/2: return a supervisor from Application callbac…

feat: ExMachina.start/2: return a supervisor from Application callbac… #8

Workflow file for this run

# This file is synced with beam-community/common-config. Any changes will be overwritten.
name: Release
on:
push:
branches:
- main
jobs:
Please:
runs-on: ubuntu-latest
steps:
- id: release
name: Release
uses: google-github-actions/release-please-action@v3
with:
command: manifest
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json
release-type: elixir
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}