Skip to content

Commit

Permalink
Merge pull request #12007 from rtibbles/update_android
Browse files Browse the repository at this point in the history
Update version of all Android actions.
  • Loading branch information
rtibbles authored Mar 22, 2024
2 parents 523e62a + f68122e commit 40373ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr_build_kolibri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
apk:
name: Build APK file
needs: whl
uses: learningequality/kolibri-installer-android/.github/workflows/[email protected].0
uses: learningequality/kolibri-installer-android/.github/workflows/[email protected].1
with:
tar-file-name: ${{ needs.whl.outputs.tar-file-name }}
ref: v0.1.0
ref: v0.1.1
8 changes: 4 additions & 4 deletions .github/workflows/release_kolibri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ jobs:
apk:
name: Build Android APK
needs: whl
uses: learningequality/kolibri-installer-android/.github/workflows/[email protected].0
uses: learningequality/kolibri-installer-android/.github/workflows/[email protected].1
with:
tar-file-name: ${{ needs.whl.outputs.tar-file-name }}
release: true
ref: v0.1.0
ref: v0.1.1
secrets:
KOLIBRI_ANDROID_APP_PRODUCTION_KEYSTORE: ${{ secrets.KOLIBRI_ANDROID_APP_PRODUCTION_KEYSTORE }}
KOLIBRI_ANDROID_APP_PRODUCTION_KEYSTORE_PASSWORD: ${{ secrets.KOLIBRI_ANDROID_APP_PRODUCTION_KEYSTORE_PASSWORD }}
Expand Down Expand Up @@ -196,9 +196,9 @@ jobs:
name: Release Android App
if: ${{ !github.event.release.prerelease }}
needs: [apk, block_release_step]
uses: learningequality/kolibri-installer-android/.github/workflows/[email protected].0
uses: learningequality/kolibri-installer-android/.github/workflows/[email protected].1
with:
version-code: ${{ needs.apk.outputs.version-code }}
ref: v0.1.0
ref: v0.1.1
secrets:
KOLIBRI_ANDROID_PLAY_STORE_API_SERVICE_ACCOUNT_JSON: ${{ secrets.KOLIBRI_ANDROID_PLAY_STORE_API_SERVICE_ACCOUNT_JSON }}

0 comments on commit 40373ad

Please sign in to comment.