Skip to content

Commit 772fe5a

Browse files
committed
ci: Pass array inputs on separate lines
1 parent fc09551 commit 772fe5a

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,14 @@ jobs:
8989
# to git+https://github.com/Flagsmith/flagsmith-cli.git on publish.
9090
repository: ${{ github.repository }}
9191
description: The Flagsmith command-line interface
92-
keywords: flagsmith feature-flags cli
93-
files: README.md LICENSE
92+
# stringArray inputs are split on newlines, not spaces
93+
keywords: |-
94+
flagsmith
95+
feature-flags
96+
cli
97+
files: |-
98+
README.md
99+
LICENSE
94100
95101
install-script:
96102
name: install.sh (${{ matrix.os }})

0 commit comments

Comments
 (0)