This commit is contained in:
Core 2022-05-02 05:18:01 +01:00
parent 6940c8bf7e
commit 4c2d64ef0d
No known key found for this signature in database
GPG key ID: FE9BF1B547F8F3C6
2 changed files with 2 additions and 3 deletions

View file

@ -21,7 +21,7 @@ if (process.env['CIRCLE_BRANCH'] === 'lts') {
}
if (channel.concat('/')) {
if (channel.includes('/')) {
channel.replace('/', '-')
}