Skip to content

Merge pull request #57 from fluttercommunity/dependabot/pub/example/f… #115

Merge pull request #57 from fluttercommunity/dependabot/pub/example/f…

Merge pull request #57 from fluttercommunity/dependabot/pub/example/f… #115

name: Publish dry run
on:
push:
branches:
- main
jobs:
publish-dry-run:
name: Publish dry run
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Publish dry run
uses: k-paxian/dart-package-publisher@v1.5.1
with:
credentialJson: ${{ secrets.CREDENTIALS }}
dryRunOnly: true