Skip to content

Commit

Permalink
fix: removed npm registry from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
icsaba committed Sep 25, 2024
1 parent 25b570a commit b7121ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ jobs:
with:
node-version: '22' # Specify Node.js version
cache: 'yarn' # Use Yarn and cache dependencies
registry-url: 'https://registry.npmjs.org'
always-auth: true

# Step 3: Install dependencies with Yarn
Expand Down

0 comments on commit b7121ab

Please sign in to comment.