Skip to content

Commit

Permalink
added SDK publish step check
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Oct 29, 2023
1 parent de2f21c commit 0873ee2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ jobs:
uses: zgosalvez/github-actions-analyze-dart@v2
with:
working-directory: packages/hmssdk_flutter
- name: Check SDK Publish Sanity
run: |
cd packages/hmssdk_flutter
flutter pub publish --dry-run
cd ../hms_room_kit
flutter pub publish --dry-run
- name: Commit and Push changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit 0873ee2

Please sign in to comment.