Skip to content

Commit

Permalink
fix: set registry for CI (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
fyangstudio authored Jul 6, 2020
1 parent 3c04271 commit c82fadc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
CLIENT_TOKEN: ${{ secrets.DEF_CLIENT_TOKEN }}
ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY_ID }}
ACCESS_KEY_SECRET: ${{ secrets.ACCESS_KEY_SECRET }}
REGISTRY: https://registry.npmjs.org
1 change: 1 addition & 0 deletions .github/workflows/beta-publisher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ jobs:
CLIENT_TOKEN: ${{ secrets.DEF_CLIENT_TOKEN }}
ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY_ID }}
ACCESS_KEY_SECRET: ${{ secrets.ACCESS_KEY_SECRET }}
REGISTRY: https://registry.npmjs.org

0 comments on commit c82fadc

Please sign in to comment.