Skip to content

feat: [MDS-1173] Add inputFormatters property to AuthCode (#415) #425

feat: [MDS-1173] Add inputFormatters property to AuthCode (#415)

feat: [MDS-1173] Add inputFormatters property to AuthCode (#415) #425

Workflow file for this run

name: release-please
on:
push:
branches:
- main
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: google-github-actions/release-please-action@v3
id: release
with:
release-type: "dart"
command: manifest
outputs:
release_created: ${{ steps.release.outputs.release_created }}
release_tag_name: ${{ steps.release.outputs.tag_name }}