Skip to content

Commit

Permalink
explicitly set registry url
Browse files Browse the repository at this point in the history
  • Loading branch information
b-cooper committed Dec 1, 2023
1 parent b93a447 commit 4cb0ff1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/components-test-build-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ jobs:
- uses: 'actions/setup-node@v3'
with:
node-version: '16'
registry-url: 'https://registry.npmjs.org'
- name: 'cache yarn cache'
uses: actions/cache@v3
with:
Expand All @@ -194,7 +195,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
run: |
cd ./components && npm publish --provenace --access public
cd ./components && yarn publish --provenace --access public
2 changes: 2 additions & 0 deletions components/.npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
src
*.tgz

0 comments on commit 4cb0ff1

Please sign in to comment.