Skip to content

Commit

Permalink
chore (release): update bitrise script
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSin committed Aug 28, 2023
1 parent 5fefa4d commit d821621
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ workflows:
opts:
is_expand: false
steps:
- script@1.1.6:
- script@1.2.0:
title: Rename APKs
inputs:
- content: |
Expand Down Expand Up @@ -71,7 +71,7 @@ workflows:
# Save the variable to the env so it is accessible in other build steps
envman add --key BITRISE_APK_PATH_LIST --value "$NEW_APK_PATH_LIST"
- [email protected]: {}
- script@1.1.6:
- script@1.2.0:
title: Set APK path variables
inputs:
- content: |
Expand Down Expand Up @@ -102,7 +102,7 @@ workflows:
- bucket_name: $AWS_S3_BUCKET_NAME
- path_in_bucket: release/v${VERSION_NAME}
- file_path: $RELEASE_APK_PATH
- script@1.1.6:
- script@1.2.0:
title: Update download URL for release
inputs:
- content: |-
Expand Down Expand Up @@ -131,7 +131,7 @@ workflows:
- bucket_name: $AWS_S3_BUCKET_NAME
- path_in_bucket: release-ICCA
- file_path: $ICCA_RELEASE_APK_PATH
- script@1.1.6:
- script@1.2.0:
title: Update download URL for ICCA
is_skippable: true
inputs:
Expand Down Expand Up @@ -169,7 +169,7 @@ workflows:
opts:
is_expand: false
steps:
- script@1.1.6:
- script@1.2.0:
title: Rename APKs
inputs:
- content: |
Expand Down Expand Up @@ -210,7 +210,7 @@ workflows:
# Save the variable to the env so it is accessible in other build steps
envman add --key BITRISE_APK_PATH_LIST --value "$NEW_APK_PATH_LIST"
- script@1.1.6:
- script@1.2.0:
title: Set APK path variables
inputs:
- content: |
Expand Down Expand Up @@ -281,7 +281,7 @@ workflows:
inputs:
- destination: $PROJECT_LOCATION/app/mapeo-release-key.keystore
- source: $BITRISEIO_ANDROID_KEYSTORE_URL
- script@1.1.6:
- script@1.2.0:
title: Update SDK components
inputs:
- content: |
Expand Down Expand Up @@ -322,7 +322,7 @@ workflows:
inputs:
- npm_version: ""
- command: run build:translations
- script@1.1.6:
- script@1.2.0:
title: Set version name & code
inputs:
- content: |
Expand Down

0 comments on commit d821621

Please sign in to comment.