We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07ed860 commit 1900bc0Copy full SHA for 1900bc0
1 file changed
.github/workflows/release.yml
@@ -308,7 +308,7 @@ jobs:
308
309
- name: Publish to npm
310
if: steps.version.outputs.PREVIEW_VERSION
311
- run: npm publish packages/hydrogen --tag preview --access public --provenance
+ run: npm publish ./packages/hydrogen --tag preview --access public --provenance
312
env:
313
NPM_TOKEN: '' # Empty string forces OIDC authentication
314
0 commit comments