Skip to content

Commit

Permalink
ci: 💚 add registry-url
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroRM-DEV committed Aug 30, 2024
1 parent 7c6210b commit ea8e208
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 @@ -19,6 +19,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: '16'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: npm ci
Expand All @@ -35,4 +36,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
run: npm run release -- --ci
run: npm run release -- --ci

0 comments on commit ea8e208

Please sign in to comment.