Skip to content

Commit

Permalink
fix: remove registry url in the deploy wf
Browse files Browse the repository at this point in the history
  • Loading branch information
shwetha-manvinkurke committed Nov 3, 2021
1 parent e43767e commit 2570d2a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,12 @@ jobs:
- name: Build and Push image
run: make docker-build && make docker-push

- run: npm install
- name: Set up Node
uses: actions/setup-node@v2
with:
node-version: 8
registry-url: 'https://registry.npmsjs.org'

- run: npm install
- name: Publish to NPM
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit 2570d2a

Please sign in to comment.