Skip to content

Commit 8b56810

Browse files
Trying to fix failed alpha release publishing
1 parent 9cbba7f commit 8b56810

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ publishPlugin {
7070
token = System.getenv("MAGENTO_PHPSTORM_intellijPublishToken")
7171

7272
if (Boolean.valueOf(System.getenv("MAGENTO_PHPSTORM_isAlpha"))) {
73-
channels = 'alpha'
73+
channels = ['alpha']
7474
version = version + "-alpha-" + getDate()
7575
}
7676
}

0 commit comments

Comments
 (0)