Skip to content

Commit

Permalink
Merge pull request #2339 from leancodepl/fix/check-semver
Browse files Browse the repository at this point in the history
Temporary disable check semver in patrol-publish workflow
  • Loading branch information
piotruela authored Sep 18, 2024
2 parents 49ba68c + 531a6a8 commit 13c3927
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/patrol-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,13 @@ jobs:

- name: Install dart-apitool
run: dart pub global activate dart_apitool

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

# Temporary disabled until we will find better way to check latest released version
# - name: Check API changes
# run: |
# dart-apitool diff \
# --old pub://patrol/${{ steps.get_last_released_version.outputs.last_version }} \
# --new packages/patrol

- name: Build DevTools extension
working-directory: packages/patrol_devtools_extension
Expand Down

0 comments on commit 13c3927

Please sign in to comment.