Skip to content

fix: [MDS-1351] Fix input assertions. (#444) #447

fix: [MDS-1351] Fix input assertions. (#444)

fix: [MDS-1351] Fix input assertions. (#444) #447

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