Skip to content

Commit 7347513

Browse files
authored
Update android.yml
1 parent 257441a commit 7347513

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/android.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +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"
1819
echo "release_notes=$(git log $tag_hash..HEAD --oneline --decorate=no)" >> "$GITHUB_ENV"
20+
echo "$release_notes"
1921
2022
- name: Create release
2123
env:

0 commit comments

Comments
 (0)