Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 216c337

Browse files
committed
部分CI配置修改
1 parent 1467645 commit 216c337

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
RELEASE: true
1616
CI: true
1717
IS_CI: true
18-
SIMBOT_LOCAL: false
18+
IS_LOCAL: false
1919
GRADLE_OPTS: "-Dfile.encoding=UTF-8"
2020

2121
jobs:

.run/runConfigurations/PublishToLocal.run.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<ExternalSystemSettings>
44
<option name="env">
55
<map>
6-
<entry key="SIMBOT_LOCAL" value="true" />
6+
<entry key="IS_LOCAL" value="true" />
77
</map>
88
</option>
99
<option name="executionName" />

buildSrc/src/main/kotlin/suspend-reversal-multiplatform-maven-publish.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ multiplatformConfigPublishing {
3636
snapshotRepository = SnapshotRepository
3737
gpg = Gpg.ofSystemPropOrNull()
3838

39-
if (systemProp("SIMBOT_LOCAL").toBoolean()) {
40-
logger.info("Is 'SIMBOT_LOCAL', mainHost set as null")
39+
if (systemProp("IS_LOCAL").toBoolean()) {
40+
logger.info("Is 'IS_LOCAL', mainHost set as null")
4141
mainHost = null
4242
}
4343

0 commit comments

Comments
 (0)