Skip to content

Bump org.jetbrains.kotlin.android from 2.3.0 to 2.3.20 in /example/android #228

Bump org.jetbrains.kotlin.android from 2.3.0 to 2.3.20 in /example/android

Bump org.jetbrains.kotlin.android from 2.3.0 to 2.3.20 in /example/android #228

Workflow file for this run

name: Pub Publish dry run
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
publish:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
- name: Dry run
uses: k-paxian/dart-package-publisher@v1.6
with:
credentialJson: 'MockCredentialJson'
flutter: true
dryRunOnly: true
skipTests: true