Skip to content

chore(deps): bump the dev group with 2 updates (#471) #27

chore(deps): bump the dev group with 2 updates (#471)

chore(deps): bump the dev group with 2 updates (#471) #27

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