Skip to content

Merge pull request #76 from nohli/example-update #144

Merge pull request #76 from nohli/example-update

Merge pull request #76 from nohli/example-update #144

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