fix(new-design): Make sure new design downloads from correct tag
This commit is contained in:
parent
782d5016b9
commit
35fe9432b3
2 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,7 @@ export const config = {
|
|||
// Repository to download from
|
||||
repo: process.env.FS_REPO || 'freesewing/freesewing',
|
||||
// Branch to download from
|
||||
branch: process.env.FS_BRANCH || version,
|
||||
branch: process.env.FS_BRANCH || `v${version}`,
|
||||
i18n: [
|
||||
'account',
|
||||
'common',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue