Skip to content

Commit

Permalink
3546 Fix dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
joecotton-wk committed Apr 3, 2024
1 parent 2877646 commit 6c7fdd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/dart_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,6 @@ jobs:
# TODO https://github.com/Workiva/json_schema/issues/184
# When ^^^ is addressed, remove the --skip-validation flag here
- name: Publish - dry run
if: ${{ matrix.sdk == 'stable' }}
run: dart pub publish --dry-run --skip-validation

2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dart-lang/setup-dart@v1
with:
sdk: ${{ matrix.sdk }}
sdk: stable
- name: Install dependencies
run: dart pub get
- name: Publish - dry run
Expand Down

0 comments on commit 6c7fdd6

Please sign in to comment.