Skip to content

Commit

Permalink
Update CI to publish Google Play Billing
Browse files Browse the repository at this point in the history
  • Loading branch information
enfipy committed Aug 11, 2022
1 parent 6ac835c commit bbb0d05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/scripts/publish_crates.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ crates=(
./crossbundle/cli
./plugins/admob-android
./plugins/play-games-services
./plugins/play-billing
)
for crate in "${crates[@]}"
do
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,10 @@ jobs:
cd ./plugins/play-games-services/android
gradle build
USERNAME=dodorare gradle publish
- name: Build and publish Crossbow Play Billing library
env:
TOKEN: ${{ secrets.GH_CROSSBOW_PUBLISH_TOKEN }}
run: |
cd ./plugins/play-billing/android
gradle build
USERNAME=dodorare gradle publish

0 comments on commit bbb0d05

Please sign in to comment.