Skip to content

Commit

Permalink
ci: set dryRunOnly to true
Browse files Browse the repository at this point in the history
  • Loading branch information
fischerscode committed Apr 30, 2022
1 parent b03843c commit 6a901d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
refreshToken: ${{ secrets.PUBLISH_OAUTH_REFRESH_TOKEN }}
relativePath: packages/dart
format: true
dryRunOnly: true # Just temporary for testing

- name: Publish the flutter package
uses: k-paxian/[email protected]
Expand All @@ -32,3 +33,4 @@ jobs:
flutter: true
relativePath: packages/flutter
format: true
dryRunOnly: true # Just temporary for testing

0 comments on commit 6a901d0

Please sign in to comment.