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 ae02ffe commit df0b484Copy full SHA for df0b484
.github/workflows/publish.workflow.yml
@@ -33,12 +33,12 @@ jobs:
33
- name: Build package
34
run: npm run build
35
36
+ - name: Create .npmrc
37
+ run: |
38
+ echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_AUTH_TOKEN }}" > ~/.npmrc
39
+
40
- name: NPM whoami
41
run: npm whoami
- env:
- NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}
42
43
- name: Publish package
44
run: npm publish --workspaces
0 commit comments