Skip to content

Commit

Permalink
use tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerlichtash committed Dec 23, 2024
1 parent 8b18698 commit d64be57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release-next-react-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ jobs:
id: 'check'
run: |
echo debugging:
pnpm nx show projects --affected --with-target=build --plain
pnpm nx show projects --affected --plain
npx nx show projects --affected --plain
pnpm nx show projects --projects=tag:release-next
exit 1
# npx nx show projects --affected --plain | grep -q "react-sdk"
if $(npx nx show projects --affected --plain | grep -q "react-sdk"); then
Expand Down
2 changes: 1 addition & 1 deletion packages/sdks/react-sdk/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
}
}
},
"tags": []
"tags": ["release-next"]
}

0 comments on commit d64be57

Please sign in to comment.