Skip to content

Commit 5203807

Browse files
committed
fix: actions
1 parent a0c9e06 commit 5203807

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ jobs:
2323
- uses: actions/setup-node@v4
2424
with:
2525
node-version: '20'
26-
registry-url: 'https://registry.npmjs.org'
26+
registry-url: 'https://registry.npmjs.com'
2727
- name: Install
2828
run: yarn install --frozen-lockfile
2929
- name: Build
3030
run: yarn build
3131
- name: Release
3232
run: yarn release
3333
- name: Publish to npm
34-
run: npm publish --access public
34+
run: npm publish

0 commit comments

Comments
 (0)