trim the commit hash
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 45s

This commit is contained in:
Lee 2024-04-26 00:14:29 +01:00
parent 75092d255d
commit 49e205f4cf

@ -27,7 +27,7 @@ module.exports = {
author: "fascinated7 (discord)",
"run-at": "document-end",
match: "https://scoresaber.com/*",
version: `1.0.0-${process.env.GIT_REV || 'dev'}`,
version: `1.0.0-${process.env.GIT_REV.substring(0, 7) || "dev"}`,
}
})
],