Skip to content

Commit 1900bc0

Browse files
authored
Fix preview release npm publish path (#3799)
1 parent 07ed860 commit 1900bc0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ jobs:
308308
309309
- name: Publish to npm
310310
if: steps.version.outputs.PREVIEW_VERSION
311-
run: npm publish packages/hydrogen --tag preview --access public --provenance
311+
run: npm publish ./packages/hydrogen --tag preview --access public --provenance
312312
env:
313313
NPM_TOKEN: '' # Empty string forces OIDC authentication
314314

0 commit comments

Comments
 (0)