This repository was archived by the owner on Oct 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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 }}"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ plugins { id("com.mooltiverse.oss.nyx") version "2.2.0" }
1818extensions.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 }
You can’t perform that action at this time.
0 commit comments