Created
July 1, 2022 08:02
-
-
Save paramsinghvc/401e2b4cfea3416faca854892dbec49e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Second Job | |
| build-and-release-android: | |
| needs: versioning | |
| uses: ./.github/workflows/android-build.yml | |
| with: | |
| environment: release | |
| publish: true | |
| secrets: inherit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment