Skip to content

Commit b7f4c7c

Browse files
committed
Use nightly channel when publishing Fluid or TypoScript plugins
1 parent 999f45d commit b7f4c7c

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
### Changed
77
- change main target for changelog patching to master
8+
- use nightly channel when publishing Fluid or TypoScript plugins
89

910
### Deprecated
1011

lang-fluid/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ intellij {
3434
}
3535

3636
publishPlugin {
37-
channels ["nightly"]
37+
channels "nightly"
3838
token System.getenv('PUBLISH_TOKEN')
3939
}
4040

lang-typoscript/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ intellij {
3535
}
3636

3737
publishPlugin {
38-
channels ["nightly"]
38+
channels "nightly"
3939
token System.getenv('PUBLISH_TOKEN')
4040
}
4141

typo3-cms/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ intellij {
2020
}
2121

2222
publishPlugin {
23-
channels ["default"]
2423
token System.getenv('PUBLISH_TOKEN')
2524
}
2625

0 commit comments

Comments
 (0)