Skip to content

chore: sync files with stordco/common-config-elixir (#27) #36

chore: sync files with stordco/common-config-elixir (#27)

chore: sync files with stordco/common-config-elixir (#27) #36

Workflow file for this run

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