Skip to content

Commit

Permalink
added flutter publish dry run check
Browse files Browse the repository at this point in the history
  • Loading branch information
ygit committed Oct 29, 2023
1 parent 0873ee2 commit a1453a6
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,20 @@ 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: Check Publish Sanity for HMSSDK
uses: sakebook/[email protected]
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
package_directory: packages/hmssdk_flutter
skip_test: true
dry_run: true
- name: Check Publish Sanity for HMSSDK
uses: sakebook/[email protected]
with:
credential: ${{ secrets.CREDENTIAL_JSON }}
package_directory: packages/hms_room_kit
skip_test: true
dry_run: true
- name: Commit and Push changes
uses: stefanzweifel/git-auto-commit-action@v5
with:
Expand Down

0 comments on commit a1453a6

Please sign in to comment.