Merge pull request #41 from leancodepl/fix/make-paginated-cubit-layou… #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: publish leancode_cubit_utils_cqrs | |
on: | |
push: | |
tags: ['leancode_cubit_utils_cqrs-v*'] | |
jobs: | |
publish: | |
name: Publish to pub.dev | |
runs-on: ubuntu-latest | |
permissions: | |
id-token: write | |
contents: write | |
defaults: | |
run: | |
working-directory: packages/leancode_cubit_utils_cqrs | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v4 | |
- name: Setup Dart | |
uses: dart-lang/setup-dart@v1 | |
with: | |
sdk: 3.2 | |
- name: Set up Flutter | |
uses: subosito/flutter-action@v2 | |
with: | |
flutter-version: 3.19.x | |
cache: true | |
- name: Publish and release | |
uses: leancodepl/mobile-tools/.github/actions/pub-release@pub-release-v1 | |
with: | |
path: packages/leancode_cubit_utils_cqrs |