There was an error while loading. Please reload this page.
1 parent fc09551 commit 772fe5aCopy full SHA for 772fe5a
1 file changed
.github/workflows/release.yml
@@ -89,8 +89,14 @@ jobs:
89
# to git+https://github.com/Flagsmith/flagsmith-cli.git on publish.
90
repository: ${{ github.repository }}
91
description: The Flagsmith command-line interface
92
- keywords: flagsmith feature-flags cli
93
- files: README.md LICENSE
+ # stringArray inputs are split on newlines, not spaces
+ keywords: |-
94
+ flagsmith
95
+ feature-flags
96
+ cli
97
+ files: |-
98
+ README.md
99
+ LICENSE
100
101
install-script:
102
name: install.sh (${{ matrix.os }})
0 commit comments