Skip to content

Commit

Permalink
Use npx
Browse files Browse the repository at this point in the history
  • Loading branch information
tomski747 committed Nov 12, 2024
1 parent 19e6b9d commit d72db79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-next-react-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
- name: Check if should run
id: 'check'
run: |
pnpm nx show projects --affected --plain
if [[ $(pnpm nx show projects --affected --plain | grep -q "react-sdk") ]]; then
npx nx show projects --affected --plain
if [[ $(npx nx show projects --affected --plain | grep -q "react-sdk") ]]; then
echo "run=true" >> $GITHUB_OUTPUT
else
echo "run=false" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit d72db79

Please sign in to comment.