Skip to content

Commit 3100a04

Browse files
authored
fix extra newline in android SDK version (#414)
1 parent 235f6c6 commit 3100a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_gh.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
with:
7676
ref: ${{ inputs.sha }}
7777
- name: 'Update the content of platform/shared/.sdk_version'
78-
run: echo "${{ inputs.version }}" > platform/shared/.sdk_version
78+
run: echo -n "${{ inputs.version }}" > platform/shared/.sdk_version
7979
- name: Install Clang
8080
run: sudo apt-get install -y clang
8181
- name: Build AAR + artifacts

0 commit comments

Comments
 (0)