Compare commits

...

3 Commits

Author SHA1 Message Date
Brandon Presley f8a4157c33 Force push amended changes in deployment - 2.14 🚀 2024-02-08 21:28:11 +13:00
Brandon Presley 9650a17b61 Merge branch 'master' of gitea.presley.nz:brandon.presley/Massive - 2.13 🚀 2024-02-08 21:25:33 +13:00
Brandon Presley 5991a6de39 Push to play store last in deploy.mjs
If the play store is acting up then it should still
at least push the tags so f-droid can update.
2024-02-08 21:22:14 +13:00
3 changed files with 4 additions and 4 deletions

View File

@ -85,8 +85,8 @@ android {
applicationId "com.massive"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 36227
versionName "2.12"
versionCode 36229
versionName "2.14"
}
signingConfigs {
release {

View File

@ -38,7 +38,7 @@ await git.log(['-1']).then(log => {
}).then(() => {
return git.addTag(versionCode.toString());
}).then(() => {
return git.push('origin', 'HEAD', ['--tags']);
return git.push('origin', 'HEAD', ['--tags', '--force']);
}).catch(err => {
console.error('Error amending commit:', err);
});

View File

@ -1,6 +1,6 @@
{
"name": "massive",
"version": "2.12",
"version": "2.14",
"private": true,
"license": "GPL-3.0-only",
"scripts": {