Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Add explicit registry-url to autopublish
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian McKenzie committed Mar 8, 2021
1 parent 9a7a12d commit 52c3ce0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/autopublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- uses: actions/setup-node@v1
with:
node-version: '14.16.0'
registry-url: 'https://registry.npmjs.org'

- run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

Expand Down

0 comments on commit 52c3ce0

Please sign in to comment.