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 a0c9e06 commit 5203807Copy full SHA for 5203807
.github/workflows/publish.yml
@@ -23,12 +23,12 @@ jobs:
23
- uses: actions/setup-node@v4
24
with:
25
node-version: '20'
26
- registry-url: 'https://registry.npmjs.org'
+ registry-url: 'https://registry.npmjs.com'
27
- name: Install
28
run: yarn install --frozen-lockfile
29
- name: Build
30
run: yarn build
31
- name: Release
32
run: yarn release
33
- name: Publish to npm
34
- run: npm publish --access public
+ run: npm publish
0 commit comments