Skip to content

ExMachina.start/2: return a supervisor from Application callback (#434) #7

ExMachina.start/2: return a supervisor from Application callback (#434)

ExMachina.start/2: return a supervisor from Application callback (#434) #7

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