Skip to content

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

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

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

Workflow file for this run

name: Publish to pub.dev
on:
push:
branches:
- main
jobs:
publish:
if: "${{ contains(github.event.head_commit.message, 'chore(main): release') }}"
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Publish
uses: k-paxian/[email protected]
with:
credentialJson: ${{ secrets.CREDENTIAL_JSON }}
flutter: true
skipTests: true
force: true