Skip to content

chore: sync files with beam-community/common-config (#459) #21

chore: sync files with beam-community/common-config (#459)

chore: sync files with beam-community/common-config (#459) #21

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