Skip to content

Commit 124a953

Browse files
committed
chore(workflow): remove registry-url from npm publish workflow
- Removed the registry-url configuration from the publish-to-npm-alpha.yml workflow to streamline the setup process.
1 parent 1828264 commit 124a953

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish-to-npm-alpha.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
uses: actions/setup-node@v4
2020
with:
2121
node-version: "22.x"
22-
registry-url: "https://registry.npmjs.org"
2322
- name: Install dependencies
2423
run: yarn
2524
- name: Build

0 commit comments

Comments
 (0)