Skip to content

Commit 9cbba7f

Browse files
Trying to fix failed alpha release publishing
1 parent 029dc4e commit 9cbba7f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ sourceSets {
6868

6969
publishPlugin {
7070
token = System.getenv("MAGENTO_PHPSTORM_intellijPublishToken")
71+
7172
if (Boolean.valueOf(System.getenv("MAGENTO_PHPSTORM_isAlpha"))) {
72-
channels 'alpha'
73+
channels = 'alpha'
7374
version = version + "-alpha-" + getDate()
7475
}
7576
}

0 commit comments

Comments
 (0)