Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfestal authored Dec 17, 2024
1 parent 6bde84d commit 44f1575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-plugins-repo-refs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
npm install semver -g
regexps='@backstage-community\/'
npmPackages=`npm search "/^(${regexps})/" --searchlimit=1000 --json --no-description --searchexclude "/^(?\!(${regexps}))/" | jq -r '.[].name' | sort`
npmPackages=`npm search "/^(${regexps})/" --searchlimit=1000 --json --no-description --searchexclude "/^(?!(${regexps}))/" | jq -r '.[].name' | sort`
backstageVersions=$(cat branches.json | jq -r 'to_entries | map(.value)[]')
plugins=$(
comma=""
Expand Down

0 comments on commit 44f1575

Please sign in to comment.