@@ -72,13 +72,13 @@ jobs:
7272 run : pnpm publish --access public --no-git-checks --tag alpha
7373
7474
75- - id : check-handle-vanilla
76- uses : PostHog/check-package-version@v2
77- with :
78- path : ./packages/handle/
75+ # - id: check-handle-vanilla
76+ # uses: PostHog/check-package-version@v2
77+ # with:
78+ # path: ./packages/handle/
7979
8080 - name : Deploy Handle Vanilla Package
81- if : steps.check-handle-vanilla.outputs.is-new-version == 'true'
81+ # if: steps.check-handle-vanilla.outputs.is-new-version == 'true'
8282 working-directory : ./packages/handle
8383 run : pnpm publish --access public --no-git-checks --tag alpha
8484
@@ -92,13 +92,13 @@ jobs:
9292 working-directory : ./packages/xr
9393 run : pnpm publish --access public --no-git-checks --tag alpha
9494
95- - id : check-handle-react
96- uses : PostHog/check-package-version@v2
97- with :
98- path : ./packages/react/handle/
95+ # - id: check-handle-react
96+ # uses: PostHog/check-package-version@v2
97+ # with:
98+ # path: ./packages/react/handle/
9999
100100 - name : Deploy Handle React Package
101- if : steps.check-handle-react.outputs.is-new-version == 'true'
101+ # if: steps.check-handle-react.outputs.is-new-version == 'true'
102102 working-directory : ./packages/react/handle
103103 run : pnpm publish --access public --no-git-checks --tag alpha
104104
0 commit comments