forked from MapComplete/MapComplete
Scripts: attempt to push to android repo
This commit is contained in:
parent
b27cd15ffc
commit
3ba753669b
1 changed files with 1 additions and 1 deletions
|
@ -37,13 +37,13 @@ jobs:
|
|||
cd android
|
||||
git checkout main
|
||||
git pull
|
||||
git remote set-url origin "https://Bot:${{ secrets.BOT_PASSWORD }}@source.mapcomplete.org/MapComplete/android-wrapper.git"
|
||||
git config user.name "Bot"
|
||||
git config user.email "info@mapcomplete.org"
|
||||
date > date.txt
|
||||
git add date.txt
|
||||
git commit -m "Add files for release ${{ github.ref_name }}"
|
||||
git tag "${{ github.ref_name }}"
|
||||
git remote set-url origin "https://Bot:${{ secrets.BOT_PASSWORD }}@source.mapcomplete.org/MapComplete/android-wrapper.git"
|
||||
git remote -v
|
||||
git push origin main --verbose --follow-tags
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue