Skip to content

chore: [MDS-1353] Line length correction (#446) #449

chore: [MDS-1353] Line length correction (#446)

chore: [MDS-1353] Line length correction (#446) #449

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