forked from MapComplete/MapComplete
Scripts: attempt to push to repo
This commit is contained in:
parent
79bc1be6ef
commit
e6db77e482
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ jobs:
|
|||
cd android
|
||||
git config user.name "Android file update bot"
|
||||
git config user.email "info@mapcomplete.org"
|
||||
git add *
|
||||
date > date.txt
|
||||
git add date.txt
|
||||
git commit -m "Add files for release ${{ github.ref_name }}"
|
||||
git tag "${{ github.ref_name }}"
|
||||
git push --tags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue