Skip to content

Commit

Permalink
Set publish registry to the proxy registry (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
yihanzhen committed Jul 21, 2021
1 parent 360ebc9 commit 22e06c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Expand Up @@ -23,8 +23,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: 14
registry-url: https://registry.npmjs.org
- run: npm ci
registry-url: https://wombat-dressing-room.appspot.com
- run: npm publish
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_PUBLISH_TOKEN}}

0 comments on commit 22e06c1

Please sign in to comment.