Skip to content

Commit ade9c48

Browse files
committed
fix pipeline for first time release of package
1 parent 5835b68 commit ade9c48

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/alpha.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)