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

Commit d94a90b

Browse files
committed
fix: migrate to Nyx v2
1 parent 44bb9ee commit d94a90b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.nyx.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ releaseTypes:
3030
- origin
3131
items:
3232
mainline:
33-
description: "{{#file.content}}build/CHANGELOG.md{{/file.content}}"
33+
description: "{{#fileContent}}build/CHANGELOG.md{{/fileContent}}"
3434
gitPush: true
3535
gitTag: true
3636
publish: true
@@ -40,7 +40,7 @@ releaseTypes:
4040
CI: "^true$"
4141
ReleaseAndroidIDE: "^true$"
4242
internal:
43-
description: "{{#file.content}}build/CHANGELOG.md{{/file.content}}"
43+
description: "{{#fileContent}}build/CHANGELOG.md{{/fileContent}}"
4444
collapseVersions: true
4545
collapsedVersionQualifier: "internal"
4646
gitPush: false
@@ -66,4 +66,4 @@ services:
6666
options:
6767
REPOSITORY_OWNER: "AndroidIDEOfficial"
6868
REPOSITORY_NAME: "AndroidIDE"
69-
AUTHENTICATION_TOKEN: "{{#environment.variable}}GH_TOKEN{{/environment.variable}}"
69+
AUTHENTICATION_TOKEN: "{{#environmentVariable}}GH_TOKEN{{/environmentVariable}}"

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins { id("com.mooltiverse.oss.nyx") version "2.2.0" }
1818
extensions.configure<NyxExtension> {
1919
git {
2020
remotes.register("origin") {
21-
user.set("{{#environment.variable}}GH_TOKEN{{/environment.variable}}")
21+
user.set("{{#environmentVariable}}GH_TOKEN{{/environmentVariable}}")
2222
password.set("")
2323
}
2424
}

0 commit comments

Comments
 (0)