Skip to content

Commit 9717143

Browse files
authored
Update android.yml
1 parent 7347513 commit 9717143

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
run: |
1616
git fetch origin tag temp
1717
echo "tag_hash=$(git rev-parse --short refs/tags/temp)" >> "$GITHUB_ENV"
18-
echo "$tag_hash"
18+
printf '%s\n' "$tag_hash"
1919
echo "release_notes=$(git log $tag_hash..HEAD --oneline --decorate=no)" >> "$GITHUB_ENV"
20-
echo "$release_notes"
20+
printf '%s\n' "$release_notes"
2121
2222
- name: Create release
2323
env:

0 commit comments

Comments
 (0)