Skip to content

Commit

Permalink
Fix checking diff command
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed Aug 22, 2024
1 parent ba32f49 commit 64df4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/patrol-check-semver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
run: dart pub global activate dart_apitool

- name: Check API changes
run: dart pub global run dart_apitool compare \
--old ${{ needs.get_last_released_version.outputs.last_version }} \
run: dart-apitool diff \
--old pub://patrol/${{ needs.get_last_released_version.outputs.last_version }} \
--new packages/patrol

report:
Expand Down

0 comments on commit 64df4ba

Please sign in to comment.