forked from MapComplete/MapComplete
Scripts: attempt to push to repo
This commit is contained in:
parent
a756537c81
commit
baf4ac0898
1 changed files with 10 additions and 8 deletions
|
@ -36,6 +36,16 @@ jobs:
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
|
|
||||||
|
- name: Update android repo
|
||||||
|
run: |
|
||||||
|
cd android
|
||||||
|
git config user.name "Android file update bot"
|
||||||
|
git config user.email "info@mapcomplete.org"
|
||||||
|
git add *
|
||||||
|
git commit -m "Add files for release ${{ github.ref_name }}"
|
||||||
|
git tag "${{ github.ref_name }}"
|
||||||
|
git push --tags
|
||||||
|
|
||||||
- name: generate layers
|
- name: generate layers
|
||||||
run: npm run generate:layeroverview
|
run: npm run generate:layeroverview
|
||||||
|
|
||||||
|
@ -45,14 +55,6 @@ jobs:
|
||||||
- name: prepare android build
|
- name: prepare android build
|
||||||
run: npm run android:prepare
|
run: npm run android:prepare
|
||||||
|
|
||||||
- name: Update android repo
|
|
||||||
run: |
|
|
||||||
cd android
|
|
||||||
git add *
|
|
||||||
git commit -m "Add files for release ${{ github.ref_name }}"
|
|
||||||
git tag "${{ github.ref_name }}"
|
|
||||||
git push --tags
|
|
||||||
|
|
||||||
- name: Decode keystore
|
- name: Decode keystore
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 -d > ./android/app/release-key.jks
|
echo "${{ secrets.KEYSTORE_BASE64 }}" | base64 -d > ./android/app/release-key.jks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue