Skip to content

Commit b7121ab

Browse files
committed
fix: removed npm registry from workflow
1 parent 25b570a commit b7121ab

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/release-please.yml

-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
with:
6464
node-version: '22' # Specify Node.js version
6565
cache: 'yarn' # Use Yarn and cache dependencies
66-
registry-url: 'https://registry.npmjs.org'
6766
always-auth: true
6867

6968
# Step 3: Install dependencies with Yarn

0 commit comments

Comments
 (0)