Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegurado committed Mar 19, 2024
1 parent c24b778 commit a5fb006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
id: fetch_versions
run: |
VERSIONS=$(npm show @michijs/michijs versions --json)
FILTERED_VERSIONS=$(echo "$VERSIONS" | jq 'map(select(. | test("beta|rc") | not))')
FILTERED_VERSIONS=$(echo "$VERSIONS" | jq -r 'map(select(. | test("beta|rc") | not)) | join(" ")')
echo "VERSIONS=$FILTERED_VERSIONS" >> $GITHUB_ENV
- name: Retrieve READMEs
Expand Down

0 comments on commit a5fb006

Please sign in to comment.