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 722d02a commit 31e1c2dCopy full SHA for 31e1c2d
.github/workflows/publish.yml
@@ -68,7 +68,6 @@ jobs:
68
git commit -m "chore(react): update package version to ${{ steps.store-new-version.outputs.new_version }}"
69
git push origin main
70
- name: Configure yarn
71
- working-directory: packages/core
72
run: |
73
yarn config set npmAuthToken ${NODE_AUTH_TOKEN}
74
yarn config set npmPublishRegistry "https://registry.yarnpkg.com"
0 commit comments