Last active
February 18, 2022 20:23
-
-
Save titooan/b5f5212300265b1e0e2cd64943803d5a to your computer and use it in GitHub Desktop.
Adding a timeout to a step
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
| - name: publish preprod apk to App Center | |
| run: appcenter distribute release --app PREPROD_APP_ID | |
| --file app/build/outputs/apk/preprod/release/app-preprod-release.apk | |
| --token ${{secrets.OUR_APPCENTER_TOKEN}} --group GROUP_NAME | |
| timeout-minutes: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment