trim the commit hash
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 45s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 45s
This commit is contained in:
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"}`,
|
||||
}
|
||||
})
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user