Skip to content

Commit

Permalink
patrol-publish: add CI step verifying that devtools is built
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Nov 14, 2023
1 parent 9cfaedc commit bd9cb25
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/patrol-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
working-directory: packages/patrol_devtools_extension
run: ./publish_to_patrol_extension

- name: Verify that built DevTools extension is in the correct location
working-directory: packages/patrol
run: test ! -z "$(ls -lA extension/devtools/build)"

- name: Publish to pub.dev
id: pub_release
uses: leancodepl/mobile-tools/.github/actions/pub-release@pub-release-v1
Expand Down
2 changes: 1 addition & 1 deletion packages/patrol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 3.0.1

- Fix extension code not being bundled by GitHub Actions workflow (#)
- Fix extension code not being bundled by GitHub Actions workflow (#1902)

## 3.0.0

Expand Down

0 comments on commit bd9cb25

Please sign in to comment.