forked from MapComplete/MapComplete
Attempt to get script working
This commit is contained in:
parent
d3089b16f9
commit
4c2f19b06c
1 changed files with 2 additions and 0 deletions
|
@ -37,6 +37,7 @@ jobs:
|
|||
|
||||
- name: Move dependency (@capacitor) into android repo
|
||||
run: |
|
||||
cd android
|
||||
cp -r ../node_modules/@capacitor ./
|
||||
sed "s/..\/node_modules\///g" -i capacitor.settings.gradle
|
||||
|
||||
|
@ -51,6 +52,7 @@ jobs:
|
|||
versionname="${versionname:1}"
|
||||
sed -i "s/versionCode $version_code/versionCode $new_version_code/" "build.gradle"
|
||||
sed -i "s/versionName \".*\"/versionName \"$new_versionname\"/" "build.gradle"
|
||||
git add build.gradle
|
||||
|
||||
- run: npm run init
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue