We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4833b92 + 5f7f70b commit 275a148Copy full SHA for 275a148
.github/workflows/release-beta.yml
@@ -44,7 +44,9 @@ jobs:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
45
46
- name: Create .npmrc
47
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
+ run: |
48
+ echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > .npmrc
49
+ echo "@hypercerts-org:registry=https://registry.npmjs.org/" >> .npmrc
50
51
- name: Publish beta packages
52
run: pnpm changeset publish
0 commit comments