Skip to content

Instantly share code, notes, and snippets.

@saqib-github-commits
Created August 29, 2023 21:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saqib-github-commits/9ee68346935fa123a796150098082740 to your computer and use it in GitHub Desktop.
Save saqib-github-commits/9ee68346935fa123a796150098082740 to your computer and use it in GitHub Desktop.
- name: Sign and Build Release Bundle
env:
RELEASE_KEYSTORE_PATH: ${{ secrets.RELEASE_KEYSTORE_PATH }}
RELEASE_SIGNING_PASSWORD: ${{ secrets.RELEASE_SIGNING_PASSWORD }}
RELEASE_SIGNING_USERNAME: ${{ secrets.RELEASE_SIGNING_PASSWORD }}
RELEASE_SIGNING_ALIAS: ${{ secrets.RELEASE_SIGNING_ALIAS }}
run:
./gradlew bundleRelease
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment