refactor(builds): refactored the build process to hold in the build info plus version
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 3m54s
All checks were successful
Build and Push LST Docker Image / docker (push) Successful in 3m54s
This commit is contained in:
@@ -11,6 +11,7 @@ export const getAppVersion = async () => {
|
||||
|
||||
return {
|
||||
version: `${config.version}.${parseInt((config.build as string) ?? "1", 0) - 1}`,
|
||||
build: parseInt((config.build as string) ?? "1", 0),
|
||||
lastBuildTime: config.lastBuildDate,
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user