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 cf737f4 commit c6fa6caCopy full SHA for c6fa6ca
.github/workflows/data-schemas.yml
@@ -31,7 +31,7 @@ jobs:
31
run: cd packages/data-schemas && npm run build
32
33
- name: Set up npm authentication
34
- run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
+ run: echo "//registry.npmjs.org/:_authToken=${{ secrets.PUBLISH_NPM_TOKEN }}" > ~/.npmrc
35
36
- name: Check version change
37
id: check
0 commit comments