Skip to content

Commit 5d223cf

Browse files
tdsteinschloerke
andcommitted
Update .github/workflows/ci.yaml
Co-authored-by: Barret Schloerke <[email protected]>
1 parent 72852f6 commit 5d223cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
- uses: actions/checkout@v4
4343
- id: versions
4444
working-directory: ./integration
45+
# The `jq` command is "output compact, raw input, slurp, split on new lines, and remove the last element". This results in a JSON array of Connect versions (e.g., ["2025.01.0", "2024.12.0"]).
4546
run: |
4647
versions=$(make print-versions | jq -c -Rs 'split("\n") | .[:-1]')
4748
echo "versions=$versions" >> "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)