Force push amended changes in deployment - 2.14 🚀

This commit is contained in:
Brandon Presley 2024-02-08 21:27:59 +13:00
parent 9650a17b61
commit f8a4157c33
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 36228
versionName "2.13"
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.13",
"version": "2.14",
"private": true,
"license": "GPL-3.0-only",
"scripts": {