Skip to content

Commit cc5f585

Browse files
authored
Merge pull request #554 from adobe/newPublishWorkflow
build: fix
2 parents 0bb5f29 + ab1d06b commit cc5f585

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-library.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Build
4040
run: yarn build
4141

42+
- name: Configure Yarn Registry
43+
run: yarn config set registry https://registry.npmjs.org/
44+
4245
- name: Publish Adobe Package
4346
run: yarn workspace @adobe/react-spectrum-charts run publish
4447
env:

0 commit comments

Comments
 (0)