Skip to content

Commit 7c49d19

Browse files
author
Vitaliy Boyko
committed
Casted the value of MAGENTO_PHPSTORM_isAlpha
1 parent 5fe32d7 commit 7c49d19

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
@@ -45,7 +45,7 @@ sourceSets {
4545

4646
publishPlugin {
4747
token = System.getenv("MAGENTO_PHPSTORM_intellijPublishToken")
48-
if (System.getenv("MAGENTO_PHPSTORM_isAlpha") == true) {
48+
if (Boolean.valueOf(System.getenv("MAGENTO_PHPSTORM_isAlpha"))) {
4949
channels 'alpha'
5050
version = version + "-alpha-" + getDate()
5151
}

0 commit comments

Comments
 (0)