Skip to content

Commit

Permalink
ci: add registry url to deploy to help with npm auth
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Dec 12, 2024
1 parent 216bd1a commit 7da6b85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
- name: ⎔ Setup Node.js
uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
node-version: lts/*
registry-url: https://registry.npmjs.org

- name: 📥 Download dependencies
run: pnpm i
Expand Down

0 comments on commit 7da6b85

Please sign in to comment.