Skip to content

Commit

Permalink
more debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tomski747 committed Dec 23, 2024
1 parent a00ecd3 commit 8436cf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-next-react-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ jobs:
id: 'check'
run: |
echo debugging:
pnpm nx --version
pnpm nx show projects --affected --plain
npx nx show projects --affected --plain
exit 1
# npx nx show projects --affected --plain | grep -q "react-sdk"
if $(npx nx show projects --affected --plain | grep -q "react-sdk"); then
echo "run=true" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 8436cf4

Please sign in to comment.