Skip to content

Commit

Permalink
add default registry url with updated npm token (#4585)
Browse files Browse the repository at this point in the history
* add: https://registry.npmjs.org/ as default url update NPM_PAT in custumRenders.ts

* customRenders re-added  GITHUB_TOKEN

* remove env.

Co-authored-by: Aaron Wentzel <16669785+awentzel@users.noreply.github.com>
  • Loading branch information
Ibrahimmaga and awentzel authored Apr 13, 2021
1 parent 8a86d72 commit 97b192f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ jobs:

- name: Publish NPM changed packages
run: |
yarn publish-ci -y -r --access public $NPM_PAT
yarn publish-ci -y -r https://registry.npmjs.org/ --access public $NPM_PAT

0 comments on commit 97b192f

Please sign in to comment.