Skip to content

fix: SIGNAL-5504 fix usage of option fields and typespec (#32) #34

fix: SIGNAL-5504 fix usage of option fields and typespec (#32)

fix: SIGNAL-5504 fix usage of option fields and typespec (#32) #34

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
manifest-file: .release-please-manifest.json
release-type: elixir
token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}