We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9a11dd commit 381f35aCopy full SHA for 381f35a
1 file changed
.github/actions/upload-android/action.yml
@@ -62,8 +62,6 @@ runs:
62
- name: Prepare Play Store changelog metadata
63
if: ${{ inputs.trigger == 'develop' }}
64
run: |
65
- echo "Build version: $BUILD_VERSION"
66
-
67
mkdir -p android/fastlane/metadata/android/en-US/changelogs
68
69
if [ -f changelog.txt ]; then
0 commit comments