forked from organicmaps/organicmaps
[ci][android] Fix git push
Signed-off-by: Roman Tsisyk <roman@tsisyk.com>
This commit is contained in:
parent
a86f97f11a
commit
f5dfcc6399
1 changed files with 1 additions and 0 deletions
1
.github/workflows/android-release.yaml
vendored
1
.github/workflows/android-release.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue