[ci][android] Fix git push

Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
Roman Tsisyk 2021-09-01 12:03:51 +03:00
parent a86f97f11a
commit f5dfcc6399

View file

@ -85,6 +85,7 @@ jobs:
with:
fetch-depth: 100 # enough to get all commits for the current day
ref: 'refs/tags/${{ needs.tag.outputs.tag }}'
ssh-key: ${{ secrets.RELEASE_SSH_KEY }}
- name: Check tag
shell: bash