We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51cefda commit 90aedb5Copy full SHA for 90aedb5
.github/workflows/publish.yml
@@ -66,9 +66,7 @@ jobs:
66
commit: 'chore: version-packages'
67
setupGitUser: true
68
env:
69
- HOME: ${{ github.workspace }}
70
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
71
- NPM_TOKEN: ''
72
73
- name: Publish Release Steps
74
if: steps.changesets.outputs.published == 'true'
.npmrc
@@ -0,0 +1 @@
1
+registry=https://registry.npmjs.org/
0 commit comments