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.
1 parent cde070e commit 27e9acbCopy full SHA for 27e9acb
.github/workflows/release.yml
@@ -33,6 +33,9 @@ jobs:
33
- name: Build package
34
run: pnpm build
35
36
+ - name: Authenticate npm
37
+ run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
38
+
39
- name: Publish to npm
40
run: pnpm publish --dry-run
41
env:
.npmrc
@@ -0,0 +1 @@
1
+registry=https://registry.npmjs.org/
0 commit comments